I am upgrading lucene 2.4.1 to 3.0.2 in my java web project in lucene API's i found that Field.Store.COMPRESS is not present in 3.0.2 so what i can use in place of Field.Store.COMPRESS? some time field data is so large that i have to compress that.
相关问题
- JCR-SQL - contains function doesn't escape spe
- Match lucene entire field exact value
- How to rank documents using tfidf similairty in lu
- Lucene Query on a DateField indexed by Solr
- How to token a word which combined by two words wi
相关文章
- Solr - _version_ field must exist in schema and be
- CakePHP with Lucene
- Apache Lucene doesn't filter stop words despit
- Sort by date in Solr/Lucene performance problems
- What Solr tokenizer and filters can I use for a st
- Solr: How to dynamically elevate limited number of
- Finding a single fields terms with Lucene (PyLucen
- how to add custom stop words using lucene in java
Lucene made the decision to not compress fields, as it was really slow, and not Lucene's forte. The Javadocs say: