Assuming you build a Lucene Query the following way:

    queryBuilder.keyword().onField( "age" ).matching( 5 ).createQuery();

What is your expectation, if the "age" field is being indexed as a NumericField?

Thanks,
Sanne
_______________________________________________
hibernate-dev mailing list
hibernate-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/hibernate-dev

Reply via email to