RE: Reading document in Lucene

2009-03-31 Thread Steven A Rowe
Hi Ed, On 3/30/2009 at 8:17 PM, mitu2009 wrote: > My indexed document in Lucene has got multiple cities assigned to > it...ie. doc.Add(new Field("city", city1.Trim(), Field.Store.YES, > Field.Index.TOKENIZED)); doc.Add(new Field("city", city2.Trim(), > Field.Store.YES, Field.Index.TOKENIZED)); etc

Reading document in Lucene

2009-03-30 Thread mitu2009
ead the values after executing the Lucene search query? Thanks -- View this message in context: http://www.nabble.com/Reading-document-in-Lucene-tp22795893p22795893.html Sent from the Lucene - Java Developer mailing list a