Re: optimize()

2002-11-27 Thread Scott Ganyo
We generally optimize only after a full index (re-)build or during periods where the index is not being unused. Scott Leo Galambos wrote: Unoptimized index is not a problem for document additions, they take constant time, regardless of the size of the index and regardless of whether the index is

Re: optimize()

2002-11-27 Thread Leo Galambos
> Unoptimized index is not a problem for document additions, they take > constant time, regardless of the size of the index and regardless of > whether the index is optimized or not. IMHO It is not true. It would mean that O(log(n/M))=O(1). (n-number of documents in index, M max number of segment

RE: Conclusion: Escaping Does *not* Work

2002-11-27 Thread Spencer, Dave
My impression was that the QueryAnalyzer did a preparse of the input and then the Analyzer broke it up after QueryParser found things like field names ("title:snmp") and special chars (colon, caret - "title:snmp^2"). In these cases I just assumed that 'snmp' when to the Analyzer and not 'title:' o

Conclusion: Escaping Does *not* Work

2002-11-27 Thread Terry Steichen
Since you have to design and write a custom Analyzer to implement escape characters, the references to escape characters should be removed from the documentation (as they are not a feature, but something that you could add - if you can figure out how). Terry - Original Message - From: "Ot