[jira] Created: (LUCENE-603) index optimize problem

2006-06-16 Thread Dedian Guo (JIRA)
index optimize problem
--

 Key: LUCENE-603
 URL: http://issues.apache.org/jira/browse/LUCENE-603
 Project: Lucene - Java
Type: Bug

  Components: Index  
Versions: 1.9
 Environment: CentOS 4.0 , Lucene 1.9, Eclipse 3.1
Reporter: Dedian Guo


have a function whichi is loop to index batches of documents, after each 
indexing, the function IndexWriter.optimize will be applied. for several times 
(not sure how many, but should be many), following exception was thrown out.

Exception in thread "Thread-0" java.lang.IllegalStateException: docs out of 
order
at 
org.apache.lucene.index.SegmentMerger.appendPostings(SegmentMerger.java:335)
at 
org.apache.lucene.index.SegmentMerger.mergeTermInfo(SegmentMerger.java:298)
at 
org.apache.lucene.index.SegmentMerger.mergeTermInfos(SegmentMerger.java:272)
at 
org.apache.lucene.index.SegmentMerger.mergeTerms(SegmentMerger.java:236)
at org.apache.lucene.index.SegmentMerger.merge(SegmentMerger.java:89)
at 
org.apache.lucene.index.IndexWriter.mergeSegments(IndexWriter.java:681)
at 
org.apache.lucene.index.IndexWriter.mergeSegments(IndexWriter.java:658)
at org.apache.lucene.index.IndexWriter.optimize(IndexWriter.java:517)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Created: (LUCENE-604) do we need a flag to check open status for IndexWriter and IndexSearcher

2006-06-16 Thread Dedian Guo (JIRA)
do we need a flag to check open status for IndexWriter and IndexSearcher


 Key: LUCENE-604
 URL: http://issues.apache.org/jira/browse/LUCENE-604
 Project: Lucene - Java
Type: Wish

Versions: 2.0.0
Reporter: Dedian Guo


since it is recommended to use IndexWriter and IndexSearcher once, I am not 
sure if we need a function such as boolean IsOpen() to check the open status of 
Writer and Searcher.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]