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
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 used for indexing and searching. So I created custom attr

Re: Lucene Indexes explanantion

2013-06-10 Thread Jack Krupansky
Even though you've posted for Lucene, you might want to consider taking a look at Solr because Solr has an Admin UI with an Analysis page which gives you a nice display of how index and query text is analyzed into tokens, terms, and attributes - all of which Solr inherits from Lucene. And chec