I would appreciate if i can get help with the code as well.


If you want to tweak an existing example rather than coding entirely from scratch the XMLQueryParser in /contrib has a demo web app for job search with a "location" field similar in principle to your "state" field plus it has a GUI in the form of a JSP.

See here:

http://svn.apache.org/repos/asf/lucene/java/trunk/contrib/xml-query-parser/src/demo/





On 5 Jul 2009, at 06:29, mitu2009 wrote:


I want to have a "citystate" field in Lucene index which will store various
city state values like:

Chicago, IL
Boston, MA
San Diego, CA
How do i store these values(shud it be tokenized or non-tokenized?) in
Lucene and

how do I generate a query (should it be phrasequery or termquery or
something else?) which gets me all records whose citystate contain: Chicago,
IL OR Boston, MA OR San Diego, CA ??

I would appreciate if i can get help with the code as well.

Thanks.

--
View this message in context: 
http://www.nabble.com/Need-help-regarding-Lucene-index-query-tp24340331p24340331.html
Sent from the Lucene - Java Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org
For additional commands, e-mail: java-user-h...@lucene.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org
For additional commands, e-mail: java-user-h...@lucene.apache.org

Reply via email to