numeric « Field « Java Lucene Q&A

Home
Java Lucene Q&A
1.Database
2.Development
3.document
4.Field
5.index
6.lucene
7.lucene.net
8.nutch
9.query
10.solr
11.Tools
Java Lucene Q&A » Field » numeric 

1. Lucene: searching numeric fields    stackoverflow.com

In Lucene, I would like to build a 'fuzzy' query over numeric fields. Currently all I found was the NumericRangeQuery class to search numeric fields. In the application I ...

2. Lucene custom scoring for numeric fields    stackoverflow.com

I would like to have, in addition to standard term search with tf-idf similarity over text content field, scoring based on "similarity" of numeric fields. This similarity will be depending on ...

3. Solr equivalent of SQL BETWEEN for numeric fields    stackoverflow.com

Hoping for some pointers to speed up some (very) slow solr queries in version 3.4.0. I have an index of about 6-million documents. Each document is quite small, and contains two ...

java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.