Search / Big Data / DevOps
  • About
  • project

    • Lucene (139)
    • Mahout (2304)
    • Solr (1504)
    • Tika (84)
    • Nutch (35)
    • PyLucene (19)
    • ManifoldCF (2)
    • Lucy (1)

    author

    • Grant Ingersoll (139)
    • Michael McCandless (2014)
    • Robert Muir (1629)
    • Uwe Schindler (1461)
    • Adrien Grand (1094)
    • Steve Rowe (811)
    • Erick Erickson (781)
    • Dawid Weiss (535)
    • Shai Erera (479)
    • David Smiley (472)
    • Anshum Gupta (428)
    • Mark Miller (398)
    • Chris Hostetter (375)
    • Simon Willnauer (368)
    • Shawn Heisey (333)
    • Yonik Seeley (295)
    • Alan Woodward (284)
    • Shalin Shekhar Mangar (270)
    • Alexandre Rafalovitch (262)
    • Joel Bernstein (252)
    • Andi Vajda (236)
    • Cassandra Targett (222)
    • Jan Høydahl (218)
    • Ishan Chattopadhyaya (208)
    • david.w.smiley@... (208)
    • Jack Krupansky (187)
    • Noble Paul (184)
    • Christine Poerschke (179)
    • Ahmet Arslan (176)
    • Trejkaz (166)
    • Varun Thacker (161)
    • Mikhail Khludnev (141)
    • Upayavira (139)
    • Tommaso Teofili (129)
    • Hoss Man (127)
    • Karl Wright (121)
    • Ryan Ernst (120)
    • Tomás Fernández Löbbe (117)
    • Benson Margulies (111)
    • Koji Sekiguchi (109)
    • Paul Elschot (102)
    • Michael Busch (99)
    • Nicholas Knize (96)
    • Toke Eskildsen (90)
    • Timothy Potter (89)
    • Rory ODonnell (81)
    • Erik Hatcher (79)
    • Ramkumar R. Aiyengar (78)
    • Michael Sokolov (77)
    • Jason Rutherglen (73)
    • Chris Male (72)
    • Mike Drob (71)
    • Doron Cohen (67)
    • Rob Audenaerde (64)
    • jim ferenczi (64)
    • Kumaran Ramasubramanian (63)
    • Allison, Timothy B. (60)
    • Cristian Lorenzetto (59)
    • Ian Lea (59)
    • Jamie (56)

    type

    • issue (126)
    • mail # dev (13)
  • date

    • last 7 days (1)
    • last 30 days (1)
    • last 90 days (2)
    • last 6 months (2)
    • last 9 months (83)
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...
http://issues.apache.org/jira/browse/LUCENE-2899    Author: Grant Ingersoll , 2018-04-20, 04:51
  
[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...
http://issues.apache.org/jira/browse/LUCENE-765    Author: Grant Ingersoll , 2018-03-15, 07:46
  
[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...
http://issues.apache.org/jira/browse/LUCENE-3005    Author: Grant Ingersoll , 2017-04-20, 19:13
  
[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...
http://issues.apache.org/jira/browse/LUCENE-7354    Author: Grant Ingersoll , 2016-07-01, 20:18
  
[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 ...
http://issues.apache.org/jira/browse/LUCENE-1888    Author: Grant Ingersoll , 2016-05-09, 18:39
  
[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...
http://issues.apache.org/jira/browse/LUCENE-3151    Author: Grant Ingersoll , 2016-05-09, 18:38
  
[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 ...
http://issues.apache.org/jira/browse/LUCENE-5160    Author: Grant Ingersoll , 2016-05-09, 18:34
  
[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...
http://issues.apache.org/jira/browse/LUCENE-4406    Author: Grant Ingersoll , 2016-05-09, 18:31
  
[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)...
http://issues.apache.org/jira/browse/LUCENE-2971    Author: Grant Ingersoll , 2016-05-09, 18:30
  
[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 ...
http://issues.apache.org/jira/browse/LUCENE-4240    Author: Grant Ingersoll , 2016-05-09, 18:30
  
1 2 3 4 5 Next >
Apache Lucene, Apache Solr and all other Apache Software Foundation project and their respective logos are trademarks of the Apache Software Foundation.
Elasticsearch, Kibana, Logstash, and Beats are trademarks of Elasticsearch BV, registered in the U.S. and in other countries. This site and Sematext Group is in no way affiliated with Elasticsearch BV.
Service operated by Sematext