Re: TermRangeQuery work not

2015-12-26 Thread Michael Wilkowski
t; View this message in context: > http://lucene.472066.n3.nabble.com/TermRangeQuery-work-not-tp4246519p4247358.html > Sent from the Lucene - Java Users mailing list archive at Nabble.com. > > - > To unsubscribe,

Re: TermRangeQuery work not

2015-12-25 Thread kaog
hi I did the change of variable "ISBN, it was a mistake I did when I wrote in the post. unfortunately still it does not work TermRangeQuery. :( -- View this message in context: http://lucene.472066.n3.nabble.com/TermRangeQuery-work-not-tp4246519p4247358.html Sent from the Lucene - Java

Re: TermRangeQuery work not

2015-12-21 Thread Uwe Schindler
+ >d.get("title")); > > reader.close(); > } > > private static void addDoc(IndexWriter w, String title, String date) >throws IOException { >Document doc = new Document(); >doc.add(new TextField("title", title, Field.Store.YES)); > >doc.add(new

TermRangeQuery work not

2015-12-21 Thread kaog
er = new IndexSearcher(reader); ScoreDoc[] hits = searcher.search(query, 100).scoreDocs; for(int i=0;ihttp://lucene.472066.n3.nabble.com/TermRangeQuery-work-not-tp4246519.html Sent from the Lucene - Java Users mailing list archive at Nabble.com. --