clear
query|
facets|
time |
Search criteria: .
Results from 1 to 10 from
139 (0.0s).
|
|
|
Loading phrases to help you refine your search...
|
[LUCENE-2899] Add OpenNLP Analysis capabilities as a module -
Lucene - [issue]
|
...Now that OpenNLP is an ASF project and has a nice license, it would be nice to have a submodule (under analysis) that exposed capabilities for it. Drew Farris, Tom Morton and I have code tha... |
|
|
|
|
[LUCENE-765] Index package level javadocs needs content -
Lucene - [issue]
|
...The org.apache.lucene.index package level javadocs are sorely lacking. They should be updated to give a summary of the important classes, how indexing works, etc. Maybe give an o... |
|
|
|
|
[LUCENE-3005] Define Test Plan for 4.0 -
Lucene - [issue]
|
...Before we can release, we need a test plan that defines what a successful release candidate must do to be accepted.Test plan should be written at http://wiki.apache.org/lucene-java/TestPlans... |
|
|
|
|
[LUCENE-7354] MoreLikeThis incorrectly does toString on Field object -
Lucene - [issue]
|
...In MoreLikeThis.java, circa line 763, when calling addTermFrequencies on a Field object, we are incorrectly calling toString on the Field object, which puts the Field attributes (indexed, st... |
|
|
|
|
[LUCENE-1888] Provide Option to Store Payloads on the Term Vector -
Lucene - [issue]
|
...Would be nice to have the option to access the payloads in a document-centric way by adding them to the Term Vectors. Naturally, this makes the Term Vectors bigger, but it may be just ... |
|
|
|
|
[LUCENE-3151] Make all of Analysis completely independent from Lucene Core -
Lucene - [issue]
|
...Lucene's analysis package, including the definitions of Attribute, TokenStream, etc. are quite useful outside of Lucene (for instance, Mahout uses them) for text processing. I'd like t... |
|
|
|
|
[LUCENE-5160] NIOFSDirectory, SimpleFSDirectory (others?) don't properly handle valid file and FileChannel read conditions -
Lucene - [issue]
|
...Around line 190 of NIOFSDirectory, the loop to read in bytes doesn't properly handle the -1 condition that can be returned from FileChannel.read(). If it returns -1, then it will move ... |
|
|
|
|
[LUCENE-4406] Print out where tests failed at the end of running the Test Suite -
Lucene - [issue]
|
...It would be nice if, at the end of running ant test, it spit out the names of which tests failed so that one doesn't have to go scrolling up through the output or go run grep on the test-rep... |
|
|
|
|
[LUCENE-2971] Auto Generate our LICENSE.txt and NOTICE.txt files -
Lucene - [issue]
|
...Once LUCENE-2952 is in place, we should be able to automatically generate Lucene and Solr's LICENSE.txt and NOTICE.txt file (without massive duplication)... |
|
|
|
|
[LUCENE-4240] Analyzer.getOffsetGap Improvements -
Lucene - [issue]
|
...From LUCENE-3151 (Robert Muir's comments): there is no need for the Analyzer to take in an IndexableField object. We can simplify this API:Hey Grant: I know it sounds silly but can we ... |
|
|
|
|
|