Re: Why read past EOF

2012-02-17 Thread Michael McCandless
e.I reminded workmate to modify it,and index maintain in a range size. > Thank you all the same. > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Why-read-past-EOF-tp3639401p3752592.html > Sent from the Lucene - Java U

Re: Why read past EOF

2012-02-17 Thread Michael McCandless
ze. > Thank you all the same. > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Why-read-past-EOF-tp3639401p3752592.html > Sent from the Lucene - Java Users mailing list archive at Nabble.com. > > ---

Re: Why read past EOF

2012-02-16 Thread superruiye
Oh,I made a mistake.Our testing server's time is faster hours than it should be.I reminded workmate to modify it,and index maintain in a range size. Thank you all the same. -- View this message in context: http://lucene.472066.n3.nabble.com/Why-read-past-EOF-tp3639401p3752592.html Sent fro

Re: Why read past EOF

2012-02-16 Thread Michael McCandless
iew this message in context: > http://lucene.472066.n3.nabble.com/Why-read-past-EOF-tp3639401p3749057.html > Sent from the Lucene - Java Users mailing list archive at Nabble.com. > > - > To unsubscribe, e-mail: jav

Re: Why read past EOF

2012-02-15 Thread superruiye
context: http://lucene.472066.n3.nabble.com/Why-read-past-EOF-tp3639401p3749057.html Sent from the Lucene - Java Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org For

Re: Why read past EOF

2012-02-15 Thread Michael McCandless
,but > it should only 90-100M... > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Why-read-past-EOF-tp3639401p3746464.html > Sent from the Lucene - Java Users mailing list archive at Nabble.com. > > -

Re: Why read past EOF

2012-02-15 Thread superruiye
http://lucene.472066.n3.nabble.com/file/n3746464/index.jpg The index files are same size,and the index increase to 7.5G in one day,but it should only 90-100M... -- View this message in context: http://lucene.472066.n3.nabble.com/Why-read-past-EOF-tp3639401p3746464.html Sent from the Lucene

Re: Why read past EOF

2012-02-11 Thread Michael McCandless
loop search and index),the > "read past EOF" didn't appeared yet. > My system structure should be improved, I hope to get your proposal again in > the future. > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Why-read-past-EOF-tp3639401

Re: Why read past EOF

2012-02-10 Thread superruiye
http://lucene.472066.n3.nabble.com/Why-read-past-EOF-tp3639401p3734296.html Sent from the Lucene - Java Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org For additional co

Re: Why read past EOF

2012-02-08 Thread Michael McCandless
.apache.lucene.index.IndexReader.open(IndexReader.java:421) >        at org.apache.lucene.index.IndexReader.open(IndexReader.java:281) >        at > org.apache.lucene.search.IndexSearcher.(IndexSearcher.java:89) >        at > com.ableskysearch.migration.timertask.ReopenIndexSearcherTa

Re: Why read past EOF

2012-02-07 Thread superruiye
- View this message in context: http://lucene.472066.n3.nabble.com/Why-read-past-EOF-tp3639401p3724672.html Sent from the Lucene - Java Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: java-user-un

Re: Why read past EOF

2012-02-06 Thread superruiye
org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:356) at com.ableskysearch.migration.search.IndexManagerImpl$1.getResultList(IndexManagerImpl.java:608) It appear unfrequently.And can't search that time,but goes well soon. -- View this message in context: http://lucene.472066.n3.nabble.com/Why-read-pas

Re: Why read past EOF

2012-02-03 Thread Michael McCandless
           if (present - commits.get(i).getVersion() > > deletionPostPone){ > //deletionPostPone=60 >                                commits.get(i).delete(); >                        } >                } >        } > > -- > View this message in context: > http

Re: Why read past EOF

2012-02-02 Thread superruiye
delete(); } } } -- View this message in context: http://lucene.472066.n3.nabble.com/Why-read-past-EOF-tp3639401p3712006.html Sent from the Lucene - Java Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: java-user-un

Re: Why read past EOF

2012-02-02 Thread superruiye
CommitPoint.delete() (eg.10 minutes) and reopen indexsearcher every minutes? -- View this message in context: http://lucene.472066.n3.nabble.com/Why-read-past-EOF-tp3639401p3711995.html Sent from the Lucene - Java Users mailing list archive at Nabble.com

Re: Why read past EOF

2012-02-01 Thread Michael McCandless
e deleted.I use default > IndexDeletionPolicy: KeepOnlyLastCommitDeletionPolicy.And another two > IndexDeletionPolicy,SnapshotDeletionPolicy and > PersistentSnapshotDeletionPolicy,I am watching now.Are they useful to this > problem? > > -- > View this message in context: > h

Re: Why read past EOF

2012-01-31 Thread superruiye
in context: http://lucene.472066.n3.nabble.com/Why-read-past-EOF-tp3639401p3705542.html Sent from the Lucene - Java Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org For

Re: Why read past EOF

2012-01-09 Thread Michael McCandless
Mon, Jan 9, 2012 at 4:10 AM, superruiye wrote: > yes,i use it to share index,and one server is master to writer and read;the > others are slaver,read only. > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Why-read-past-EOF-tp3639401p3644074.html >

Re: Why read past EOF

2012-01-09 Thread superruiye
yes,i use it to share index,and one server is master to writer and read;the others are slaver,read only. -- View this message in context: http://lucene.472066.n3.nabble.com/Why-read-past-EOF-tp3639401p3644074.html Sent from the Lucene - Java Users mailing list archive at Nabble.com

Re: Why read past EOF

2012-01-07 Thread Michael McCandless
h.Searcher.createNormalizedWeight(Searcher.java:167) >        at > org.apache.lucene.search.IndexSearcher.createNormalizedWeight(IndexSearcher.java:661) >        at > org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:356) > > > -- > View

Why read past EOF

2012-01-07 Thread superruiye
r.java:167) at org.apache.lucene.search.IndexSearcher.createNormalizedWeight(IndexSearcher.java:661) at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:356) -- View this message in context: http://lucene.472066.n3.nabble.com/Why-read-past-EOF-tp3639401p3639401.html Sen

Re: Why read past EOF

2012-01-07 Thread superruiye
context: http://lucene.472066.n3.nabble.com/Why-read-past-EOF-tp3639401p3639430.html Sent from the Lucene - Java Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org For

Re: Why read past EOF

2012-01-07 Thread superruiye
in context: http://lucene.472066.n3.nabble.com/Why-read-past-EOF-tp3639401p3639432.html Sent from the Lucene - Java Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org For