Issue Details (XML | Word | Printable)

Key: LUCENE-1147
Type: Improvement Improvement
Status: Closed Closed
Resolution: Fixed
Priority: Minor Minor
Assignee: Michael McCandless
Reporter: Michael McCandless
Votes: 0
Watchers: 0
Operations

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

add option to CheckIndex to only check certain segments

Created: 23/Jan/08 06:03 PM   Updated: 11/Oct/08 12:49 PM
Return to search
Component/s: None
Affects Version/s: None
Fix Version/s: 2.4

Time Tracking:
Not Specified

File Attachments:
  Size
Text File Licensed for inclusion in ASF works LUCENE-1147.patch 2008-01-23 06:05 PM Michael McCandless 5 kB

Lucene Fields: New
Resolution Date: 25/Jan/08 09:36 AM


 Description  « Hide
Simple patch to add -segment option to CheckIndex tool, to have it only check the particular segment, instead of all segments, from your index.

 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Michael McCandless added a comment - 23/Jan/08 06:05 PM
Attached patch. All tests pass. I'll commit after 2.3 is out.

Michael McCandless added a comment - 25/Jan/08 09:36 AM
I just committed this.