You are probably not creating a query correctly. Are you creating a query with IntPoint#newExactQuery?
On Wed, Jan 23, 2019 at 3:52 PM Ayuketah David Tabi <tabit...@yahoo.com.invalid> wrote: > > > > Greetings. > I am using Lucene 7.6. > To do indexing i am using StandardAnalyzer() > and to index a numeric field this is what I did: > doc.add(new IntPoint("niveauexp", 4)); doc.add(new StoredField("niveauexp", > 4)); > > Problem: > when I tried to search "niveauexp" using 4 as search parameter, i recieve > results. > Please help. > > > > > > -- Adrien --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org For additional commands, e-mail: java-user-h...@lucene.apache.org