Re: IndexWriter deleteDocuments

2013-01-30 Thread Bernd Müller
sorry, user error... please discard the question ;-) 2013/1/30 Bernd Müller : > Hello, > > In my index, I have documents identified by a field with their unique > identifier. Now, I tried to delete documents having such a unique > identifier using deleteDocuments(Term t)

IndexWriter deleteDocuments

2013-01-30 Thread Bernd Müller
Hello, In my index, I have documents identified by a field with their unique identifier. Now, I tried to delete documents having such a unique identifier using deleteDocuments(Term t). If I test the IndexWriter for deletions with hasDeletions(), it tells me true. Even if I commit and close the ind

Re: StoredFieldsFormat / documentation

2013-01-24 Thread Bernd Müller
> Hi Bernd, > > > On Thu, Jan 24, 2013 at 9:30 AM, Bernd Müller wrote: >> Hello, >> >> In the lucene 4.1 release, there was introduced a compression for >> stored fields as described here: >> https://issues.apache.org/jira/browse/LUCENE-4226 > > yeah th

StoredFieldsFormat / documentation

2013-01-24 Thread Bernd Müller
Hello, In the lucene 4.1 release, there was introduced a compression for stored fields as described here: https://issues.apache.org/jira/browse/LUCENE-4226 In the java-docs, I don't really find any documentation about the application of StoredFieldsFormat and CompressingStoredFieldsFormat. Where