Hi Lucene -Developer My main intention was
Search for an word hit in a Unique Field between ranges say book100 - book 200 indexed numbers It's something like creating a SUBSEARCH with in the SEARCHINDEX.
This is similar to a SQL =
select * from BOOKSHELF. or select * from BOOKSHELF where book1 between 100 and 200.
Karthik - I'm having a hard time understanding your questions unfortunately. Ype replied with solution suggestion by overriding getRangeQuery on a custom QueryParser subclass. You need to ensure you are indexing numbers in a padded fashion:
http://wiki.apache.org/jakarta-lucene/SearchNumericalFields
Erik
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
