Re: xpath processing

2010-10-23 Thread Ben Boggess
> processor="FileListEntityProcessor" fileName=".*xml" recursive="true" Shouldn't this be fileName="*.xml"? Ben On Oct 22, 2010, at 10:52 PM, pghorp...@ucla.edu wrote: > > > > > > processor="FileListEntityProcessor" fileName=".*xml" recursive="true" > baseDir="C:\data\sample_records\mod

Re: How to delete a SOLR document if that particular data doesnt exist in DB?

2010-10-20 Thread ben boggess
> Now my question is.. Is there a way I can use preImportDeleteQuery to > delete > the documents from SOLR for which the data doesnt exist in back end db? I > dont have anything called delete status in DB, instead I need to get all > the > UID's from SOLR document and compare it with all the UID's

Re: Multiple indexes inside a single core

2010-10-20 Thread Ben Boggess
across multiple > sub-indexes that do not necessarily share schemas, and are > independently maintainable.. > > This might be a good place to start: http://wiki.apache.org/solr/CoreAdmin > > HTH > Erick > > On Wed, Oct 20, 2010 at 3:23 PM, ben boggess wrote: > >>

Multiple indexes inside a single core

2010-10-20 Thread ben boggess
We are trying to convert a Lucene-based search solution to a Solr/Lucene-based solution. The problem we have is that we currently have our data split into many indexes and Solr expects things to be in a single index unless you're sharding. In addition to this, our indexes wouldn't work well using