remen
http://www.thetaphi.de
eMail: u...@thetaphi.de
-Original Message-----
From: Michael Kazekin [mailto:michael.kaze...@mediainsight.info]
Sent: Tuesday, January 31, 2012 9:30 AM
To: java-user@lucene.apache.org
Subject: Re: Null scorer constructed by TermQuery
Uwe, thank you very much for such verb
rn
null, if no
document can match this query. Means the term does not exist at all.
Uwe
-
Uwe Schindler
H.-H.-Meier-Allee 63, D-28213 Bremen
http://www.thetaphi.de
eMail: u...@thetaphi.de
-Original Message-
From: Michael Kazekin [mailto:michael.kaze...@mediainsight.info]
Sent:
Hi!
I have a Solr-constructed index, which I read with this code:
Directory directory = FSDirectory.open(file);
IndexReader reader = IndexReader.open(directory, true);
IndexSearcher searcher = new IndexSearcher(reader);
I try to get a Scorer with this TermQuery ("lang" field is indexed
and stor