-
Please add to the JavaDocs that the QueryParser does not handle boolean preference with AND/OR. This confuses developers in the way the understand boolean terms with AND. As mentioned by [Uwe Schindle…
-
In #5097 there were some changes to the fuzzy query syntax. Only the Classic QueryParser really documents its syntax, which makes it hard to know whether the changes effected other QPs. Compounding …
-
QueryParser incorrectly parses the expression `t1 AND t2 *OR* t3 AND t4` as
`(+t1 +t2 +t3 +t4)` while `t1 AND t2 AND t3 AND t4` produces the same result.
The expected result for expression `t1 AND t2…
-
myfield:foo-bar and myfield:foo+bar are treated as myfield:"foo-bar" and myfield:"foo+bar"
but myfield:foo!bar is treated as myfield:foo -defaultfield:bar
Somewhat related, temp:70 works fine, but te…
-
Negative query boosts have been supported at the "Query" object level for a long time (resulting in negative scores for matching documents), but evidently we never updated the QueryParsers to know abo…
-
```
lucene 3.0
去掉了一些废弃的方法,如tokenStream.next()方法。为了让Paoding�
��
够在lucene
3.0环境运行,我改动了附件中的三个文件,主要是为了兼容��
�的
tokenStream.incrementToken()接口。
```
Original issue reported on code.google.com by `reno....…
-
Hi!
For my use case, I need to have custom BM25-like formula. In particular one that makes term frequency non-significant (but still applying idf).
As far as I understand, with current codebase…
-
```
环境:paoding 2.0.4 beta,lucene 2.9.1
public static void createIndex(String str) {
IndexWriter writer;
try {
Directory directory = new SimpleFSDirectory(new
File(index),…
-
```
环境:paoding 2.0.4 beta,lucene 2.9.1
public static void createIndex(String str) {
IndexWriter writer;
try {
Directory directory = new SimpleFSDirectory(new
File(index),…
-
```
环境:paoding 2.0.4 beta,lucene 2.9.1
public static void createIndex(String str) {
IndexWriter writer;
try {
Directory directory = new SimpleFSDirectory(new
File(index),…