date and end date).
What would be the best way to index and search this data?
Thank you,
Mykola Peleshchyshyn
-
To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org
For additional commands, e-mail: java-u
fields you want.
Your documents could look like this:
firstname: whatever
lastname: whatever
jobtitle: somejob
startdate: whenever
enddate: whenever
and searches could be something like lastname:whatever jobtitle:somejob.
--
Ian.
On Mon, Feb 23, 2009 at 9:12 AM, Mykola Peleshchyshyn
wrote