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,
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
+
>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
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.
--