294
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 16, 2023 — Jan 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
*** empty log message *** More... about 23 years ago
*** empty log message *** More... about 23 years ago
Fixed Bug 4555. Possible NullPointerException when a short term with substitutions was being checked for a particle denotion. Length checking corrected, and sequence of resubstitution and removing particle denotion changed to prevent denoted term to pass through remove because of the reduced length. Corrected and improved documentation. Fix in WordlistLoader, files are not read correct, loosing a line. Fix in GermanStemFilter, typo in constructor with custom exclusion table as parameter, parameter was ignored. GermanStemFilter has two new Methods for setting stemmer and exclusion list after creating the filter object. More... about 23 years ago
Fixed Bug 4555. Possible NullPointerException when a short term with substitutions was being checked for a particle denotion. Length checking corrected, and sequence of resubstitution and removing particle denotion changed to prevent denoted term to pass through remove because of the reduced length. Corrected and improved documentation. Fix in WordlistLoader, files are not read correct, loosing a line. Fix in GermanStemFilter, typo in constructor with custom exclusion table as parameter, parameter was ignored. GermanStemFilter has two new Methods for setting stemmer and exclusion list after creating the filter object. More... about 23 years ago
- Very minor documentation grammar fix. PR: Obtained from: Submitted by: Reviewed by: More... about 23 years ago
- Very minor documentation grammar fix. PR: Obtained from: Submitted by: Reviewed by: More... about 23 years ago
- Added a few targets to allow creation of a source-only distribution. - Excluded *.java files from the binary distribution. PR: Obtained from: Submitted by: Reviewed by: More... about 23 years ago
- Added a few targets to allow creation of a source-only distribution. - Excluded *.java files from the binary distribution. PR: Obtained from: Submitted by: Reviewed by: More... about 23 years ago
Allow . characters in queries More... about 23 years ago
Allow . characters in queries More... about 23 years ago
- Fixed typos reported by Chris Pepper. PR: Obtained from: Submitted by: Chris Pepper Reviewed by: More... about 23 years ago
- Fixed typos reported by Chris Pepper. PR: Obtained from: Submitted by: Chris Pepper Reviewed by: More... about 23 years ago
- Added "jar-src" target to allow creation of a jar file that includes only the source code. PR: Obtained from: Submitted by: Reviewed by: More... about 23 years ago
- Added "jar-src" target to allow creation of a jar file that includes only the source code. PR: Obtained from: Submitted by: Reviewed by: More... about 23 years ago
renamed LICENSE to LICENSE.txt More... about 23 years ago
renamed LICENSE to LICENSE.txt More... about 23 years ago
added README, CHANGES and BUILD files More... about 23 years ago
added README, CHANGES and BUILD files More... about 23 years ago
add redirect to docs More... about 23 years ago
add redirect to docs More... about 23 years ago
Fixed some typos. More... about 23 years ago
Fixed some typos. More... about 23 years ago
Add test case for Analyzers More... about 23 years ago
Add test case for Analyzers More... about 23 years ago
Turn PriorityQueueTest into a JUnit test More... about 23 years ago
Turn PriorityQueueTest into a JUnit test More... about 23 years ago
Changed so that PrefixQuery is used in preference to WildcardQuery when there's only an asterisk at the end of the term. Previously PrefixQuery would never be used. More... about 23 years ago
Changed so that PrefixQuery is used in preference to WildcardQuery when there's only an asterisk at the end of the term. Previously PrefixQuery would never be used. More... about 23 years ago
Fix tests so they compile; fix ant file so it compiles tests properly More... about 23 years ago
Fix tests so they compile; fix ant file so it compiles tests properly More... about 23 years ago