Re: Custom close to index metadata / pass commit data to writer.commit

2012-08-29 Thread Jozef Vilcek
ng documents have all been persisted > > Of course whenever you send a version of the doc it will overwrite the > one before since it has the same > > Best > Erick > > On Fri, Jun 22, 2012 at 5:34 AM, Jozef Vilcek wrote: >> Hi everyone, >> >> I am seeking t

Re: Custom close to index metadata / pass commit data to writer.commit

2012-06-24 Thread Jozef Vilcek
r of extra modifications and maintaining some query defaults to never return this document for any kind of search query ... > Best > Erick > > On Fri, Jun 22, 2012 at 5:34 AM, Jozef Vilcek wrote: >> Hi everyone, >> >> I am seeking to solution to store some custom dat

Custom close to index metadata / pass commit data to writer.commit

2012-06-22 Thread Jozef Vilcek
Hi everyone, I am seeking to solution to store some custom data very close to / within index. I have found a possibility to pass commit "user" data to IndexWriter: http://lucene.apache.org/core/3_6_0/api/all/org/apache/lucene/index/IndexWriter.html#commit(java.util.Map) which are from what I under

How to handle filter query against empty fields

2012-05-22 Thread Jozef Vilcek
Hi all, I have a field(s) in a schema which I need to be able to specify in a filter query. The field is not mandatory, therefore it can be empty. I need to be able to run a query with a filer : " return only docs which does not have value for the field " ... What would be the optimal recommended

Binary updates handler does not propagate failures?

2012-05-22 Thread Jozef Vilcek
Hi all, I am facing following issue ... I have an application which is feeding Solr 3.6 index with document updates via Solrj 3.6. I use a binary request writer, because of the issue with XML when sending insert and deletes at once ( https://issues.apache.org/jira/browse/SOLR-1752 ) Now, I have n