Mailing List Archive

Inverted index implementation
Can anyone explain me about inverted index. Please share if there is any
resources available for this.
Re: Inverted index implementation [ In reply to ]
you know the map: document -> words
then the map: workd-> documents is inverted index.

On Tue, Jan 8, 2019 at 6:48 PM Rajdeep Sahoo <rajdeepsahoo2012@gmail.com>
wrote:

> Can anyone explain me about inverted index. Please share if there is any
> resources available for this.
>
Re: Inverted index implementation [ In reply to ]
Thanks
Is there any documentation for this.. Actually I am looking for the
implementation part
On Jan 9, 2019 9:10 AM, "Bruce Zu" <zu.bruce.china@gmail.com> wrote:

> you know the map: document -> words
> then the map: workd-> documents is inverted index.
>
> On Tue, Jan 8, 2019 at 6:48 PM Rajdeep Sahoo <rajdeepsahoo2012@gmail.com>
> wrote:
>
> > Can anyone explain me about inverted index. Please share if there is any
> > resources available for this.
> >
>
Re: Inverted index implementation [ In reply to ]
Hi,

This video is a good start.
https://youtu.be/T5RmMNDR5XI

Best,
Zsolt

2019. jan. 9., Sze 5:20 dátummal Rajdeep Sahoo <rajdeepsahoo2012@gmail.com>
ezt írta:

> Thanks
> Is there any documentation for this.. Actually I am looking for the
> implementation part
> On Jan 9, 2019 9:10 AM, "Bruce Zu" <zu.bruce.china@gmail.com> wrote:
>
> > you know the map: document -> words
> > then the map: workd-> documents is inverted index.
> >
> > On Tue, Jan 8, 2019 at 6:48 PM Rajdeep Sahoo <rajdeepsahoo2012@gmail.com
> >
> > wrote:
> >
> > > Can anyone explain me about inverted index. Please share if there is
> any
> > > resources available for this.
> > >
> >
>
Re: Inverted index implementation [ In reply to ]
A good amount of information can be found in Javadocs. Check it here:
-
https://lucene.apache.org/core/7_6_0/core/org/apache/lucene/codecs/package-summary.html#package.description
-
https://lucene.apache.org/core/7_6_0/core/org/apache/lucene/codecs/lucene50/Lucene50PostingsFormat.html



On Tue, Jan 8, 2019 at 8:20 PM Rajdeep Sahoo <rajdeepsahoo2012@gmail.com>
wrote:

> Thanks
> Is there any documentation for this.. Actually I am looking for the
> implementation part
> On Jan 9, 2019 9:10 AM, "Bruce Zu" <zu.bruce.china@gmail.com> wrote:
>
> > you know the map: document -> words
> > then the map: workd-> documents is inverted index.
> >
> > On Tue, Jan 8, 2019 at 6:48 PM Rajdeep Sahoo <rajdeepsahoo2012@gmail.com
> >
> > wrote:
> >
> > > Can anyone explain me about inverted index. Please share if there is
> any
> > > resources available for this.
> > >
> >
>


--
Best regards,

Vladimir Kroz
www.linkedin.com/in/*vkroz* <http://www.linkedin.com/in/vkroz>
Phone: (707) 515-9195
Re: Inverted index implementation [ In reply to ]
https://lucene.apache.org/core/7_6_0/core/org/apache/lucene/codecs/lucene70/package-summary.html


On Wed, Jan 9, 2019 at 2:46 PM Vladimir Kroz <vladimir.kroz@gmail.com>
wrote:

> A good amount of information can be found in Javadocs. Check it here:
> -
> https://lucene.apache.org/core/7_6_0/core/org/apache/lucene/codecs/package-summary.html#package.description
> -
> https://lucene.apache.org/core/7_6_0/core/org/apache/lucene/codecs/lucene50/Lucene50PostingsFormat.html
>
>
>
> On Tue, Jan 8, 2019 at 8:20 PM Rajdeep Sahoo <rajdeepsahoo2012@gmail.com>
> wrote:
>
>> Thanks
>> Is there any documentation for this.. Actually I am looking for the
>> implementation part
>> On Jan 9, 2019 9:10 AM, "Bruce Zu" <zu.bruce.china@gmail.com> wrote:
>>
>> > you know the map: document -> words
>> > then the map: workd-> documents is inverted index.
>> >
>> > On Tue, Jan 8, 2019 at 6:48 PM Rajdeep Sahoo <
>> rajdeepsahoo2012@gmail.com>
>> > wrote:
>> >
>> > > Can anyone explain me about inverted index. Please share if there is
>> any
>> > > resources available for this.
>> > >
>> >
>>
>
>
> --
> Best regards,
>
> Vladimir Kroz
> www.linkedin.com/in/*vkroz* <http://www.linkedin.com/in/vkroz>
> Phone: (707) 515-9195
>


--
Best regards,

Vladimir Kroz
www.linkedin.com/in/*vkroz* <http://www.linkedin.com/in/vkroz>
Phone: (707) 515-9195