Issue Details (XML | Word | Printable)

Key: LUCENE-1236
Type: Improvement Improvement
Status: Resolved Resolved
Resolution: Fixed
Priority: Trivial Trivial
Assignee: Grant Ingersoll
Reporter: Hiroaki Kawai
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Lucene - Java

EdgeNGram* documentation improvement

Created: 15/Mar/08 06:21 AM   Updated: 15/Mar/08 06:04 PM
Return to search
Component/s: contrib/*
Affects Version/s: None
Fix Version/s: None

Time Tracking:
Not Specified

File Attachments:
  Size
Text File Licensed for inclusion in ASF works EdgeNGram.patch 2008-03-15 06:21 AM Hiroaki Kawai 2 kB

Lucene Fields: Patch Available, New
Resolution Date: 15/Mar/08 06:04 PM


 Description  « Hide
To clarify what "edge" means, I added some description. That edge means the beggining edge of a term or ending edge of a term.

 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Hiroaki Kawai made changes - 15/Mar/08 06:21 AM
Field Original Value New Value
Attachment EdgeNGram.patch [ 12377967 ]
Grant Ingersoll made changes - 15/Mar/08 05:59 PM
Comment [ Dear sender,

This domain is no longer in use. Please resend your email to the new @meltwater.com address.

If this is a support request, please resend your email to support@meltwaternews.com

Best regards,
Meltwater Group
]
Grant Ingersoll added a comment - 15/Mar/08 06:02 PM
Hi Hiroaki,

Thanks for the patch. I will apply the doc changes, but please don't combine other functionality into a patch (my guess is you still had some of the other NGram patches applied)

Thanks,
Grant


Grant Ingersoll made changes - 15/Mar/08 06:02 PM
Assignee Grant Ingersoll [ gsingers ]
Grant Ingersoll added a comment - 15/Mar/08 06:04 PM
committed, minus the >1024 clause. Also removed existing author tags.

Grant Ingersoll made changes - 15/Mar/08 06:04 PM
Resolution Fixed [ 1 ]
Status Open [ 1 ] Resolved [ 5 ]
Lucene Fields [Patch Available, New] [New, Patch Available]
Repository Revision Date User Message
ASF #637449 Sat Mar 15 18:05:10 UTC 2008 gsingers LUCENE-1236: Added some more javadocs. Also removed @author tags
Files Changed
MODIFY /lucene/java/trunk/contrib/analyzers/src/java/org/apache/lucene/analysis/ngram/EdgeNGramTokenFilter.java
MODIFY /lucene/java/trunk/CHANGES.txt
MODIFY /lucene/java/trunk/contrib/analyzers/src/java/org/apache/lucene/analysis/ngram/EdgeNGramTokenizer.java