-
For my needs I've updated Lucene so that it uses Java 5 constructs. I know Java 5 migration had been planned for 2.1 someday in the past, but don't know when it is planned now. This patch against the …
-
This came up from dicussions on IRC. I'm summarizing here...
Today when you make a Field to add to a document you can set things
index or not, stored or not, analyzed or not, details like omitTfAP,
…
-
I didn't see any open issues related to this. I think this is a bug.
The snippet below is from the PivotPointIndicator. It is calculating the central pivot line, using a set of previous values - …
-
By doing some time analysis using VisualVM, I found that the `isOfType` method of the `TokenUtil` class taking quite a lot of time, as shown below.
![issue0](https://user-images.githubusercontent.com…
-
`pyembed_box_py` in pyembed.c attempts to autobox a Python object into a Java object. This is most frequently used by `Jep.getValue(String)` but is also used in other areas such as calling Java metho…
-
**Describe the bug**
`org.springframework.security.oauth2.core.ClaimAccessor#getClaimAsMap`'s Javadoc reads as follows:
```
* @return the claim value or {@code null} if it does not exist or canno…
-
I'm having trouble understanding what's going on here:
```
scenes = hkknx.GroupWriteNotify("0/5/0")
scene =
-
Represented as a coupled graph of class instances, this all-in-memory index store implementation delivers search results up to a 100 times faster than the file-centric RAMDirectory at the cost of grea…
-
There are several correctness transformations that are intended to be employed by a core plugin, in order to keep the bytecode parser as simple as possible. These transformations correspond to detect…
-
Currently the BlendedInfixSuggester return a (long) score to rank the suggestions.
This score is calculated as a multiplication between :
long **Weight** : the suggestion weight, coming from a docume…