Re: Lucene Indexes explanantion

2013-06-10 Thread Jack Krupansky
ious terms: - Indexed terms - Stored values - Payloads - DocValues -- Jack Krupansky -Original Message- From: nikhil desai Sent: Monday, June 10, 2013 8:36 PM To: java-user@lucene.apache.org Subject: Re: Lucene Indexes explanantion I don't think I could get much from what you said, c

Re: Lucene Indexes explanantion

2013-06-10 Thread nikhil desai
. And there are > DocValues as well. > > > -- Jack Krupansky > > -Original Message- From: nikhil desai > Sent: Monday, June 10, 2013 8:06 PM > To: java-user@lucene.apache.org > Subject: Re: Lucene Indexes explanantion > > > Sure. Thanks Jack. > I don&#

Re: Lucene Indexes explanantion

2013-06-10 Thread Jack Krupansky
@lucene.apache.org Subject: Re: Lucene Indexes explanantion Sure. Thanks Jack. I don't have much experience working with Lucene, however, here is what I am trying to resolve. I learned that the Custom attributes cannot be used for indexing or searching purposes. However I wanted the attributes to be use

Re: Lucene Indexes explanantion

2013-06-10 Thread nikhil desai
intelligent questions. > > -- Jack Krupansky > > -Original Message- From: nikhil desai > Sent: Monday, June 10, 2013 1:24 PM > To: java-user@lucene.apache.org > Subject: Lucene Indexes explanantion > > > Hello, > > My first time post in this group. > >

Re: Lucene Indexes explanantion

2013-06-10 Thread Jack Krupansky
amount of Java code using Lucene. Otherwise, you won't have enough context to understand or even ask intelligent questions. -- Jack Krupansky -Original Message- From: nikhil desai Sent: Monday, June 10, 2013 1:24 PM To: java-user@lucene.apache.org Subject: Lucene Indexes expl

Lucene Indexes explanantion

2013-06-10 Thread nikhil desai
Hello, My first time post in this group. I have been using Lucene recently. I have a question. Where can I find a good explanation on Indexes. Or rather how indexing (Not really the mathematical aspect) happens in Lucene, what all attributes(charTerm, Offset etc) come into play? And the way it i