Re: NOTICE: Seeking Moderators for java-user@lucene

2014-10-03 Thread Chris Hostetter
: After a few days (probably on friday?) i'll file an infra request to replace : all current moderators with the new list of volunteers. Thanks to all our volunteers, watch this jira to know when the change happens... https://issues.apache.org/jira/browse/INFRA-8429 -Hoss http://www.lucidwork

Clean up unused segments

2014-10-03 Thread Shlomit Rosen
Hello, We are using lucene 3.6.0. We ran optimize on a large collection (250 GB before optimization), during which we ran out of disk space. After adding more disk space, we re-ran the optimization, and the process completed successfully. However, the index size didn't change very much, and l

Format version is not supported:What is it trying to tell me here

2014-10-03 Thread Paul Taylor
Just got this error for the first time WARNING: Could not load release index, index is corrupted: Format version is not supported (resource: MMapIndexInput(path="/usr/share/tomcat7/release_index/segments.gen")): -3 (needs to be between -2 and -2) what is it telling me, that the indexes are b

Re: SpanTermQuery Issue

2014-10-03 Thread Ian Lea
Toronto != toronto. From the javadocs for StandardAnalyzer: Filters StandardTokenizer with StandardFilter, LowerCaseFilter and StopFilter, LowerCaseFilter does what you would expect. -- Ian. On Fri, Oct 3, 2014 at 3:52 AM, Xu Chu <1989ch...@gmail.com> wrote: > Hi everyone > > In the followi