FunctionQuery of FloatFieldSource (Lucene 5.0)

2015-07-14 Thread Peyman Faratin
Hi I am having problems accessing float values in a lucene 5.0 index via the functionquery. My setup is as follows Indexing time -- Document doc = new Document(); FieldType f = new FieldType(); f.setStored(false); f.setNumericType(NumericType.FLOAT);

Re: FunctionQuery of FloatFieldSource (Lucene 5.0)

2015-07-14 Thread Upayavira
You should ask this question on the java-u...@lucene.apache.org mailing list - you will likely find more people there who can help you. Also note, I don't think that you can use doc values on triefields. Upayavira On Tue, Jul 14, 2015, at 08:06 AM, Peyman Faratin wrote: Hi I am having