search terms as substring of query

2011-01-06 Thread Amdebirhan, Samson, VF-Group
Hi all, I'm configuring solr to index some documents. I index these fields: aaa/1.0/sample-1 When I search for 'aaa/1.0/sample-1word' or 'wordaaa/1.0/sample-1' solr doesn't find any document. If I search for 'aaa/1.0/sample-1' or a substring of 'aaa/1.0/sample-1' I obviously

DataImporter

2010-07-14 Thread Amdebirhan, Samson, VF-Group
Hi all, Can someone help me in this ? Importing 2 different entities one by one (specifying through the entity parameter) why is the second import deleting the previous created index for first entity and vice-versa? The documentation provided by the solr website reports that :

RE: DataImporter

2010-07-14 Thread Amdebirhan, Samson, VF-Group
mappings? Bilgin Ibryam On Wed, Jul 14, 2010 at 11:48 AM, Amdebirhan, Samson, VF-Group samson.amdebir...@vodafone.com wrote: Hi all, Can someone help me in this ? Importing 2 different entities one by one (specifying through the entity parameter) why is the second import deleting

SolrQueryResponse - Solr Documents

2010-06-30 Thread Amdebirhan, Samson, VF-Group
Hello all, How can I view solr docs in response writers before the response is sent to the client ? What I get is only DocSlice with int values having size equal the docs requested. All this while debugging on the SolrQueryResponse Object. Thanks Sam

SOLR-236 Patch

2010-06-24 Thread Amdebirhan, Samson, VF-Group
Hi Trying to apply the SOLR-236 patch to a trunk i get what follows. Can anyone help me understanding what I am missing ? . svn checkout