Falling back on SlowFuzzyQuery

2014-05-01 Thread Brian Panulla
I'm working on upgrading our Solr 3 applications to Solr 4. The last piece of the puzzle involves the change in how fuzzy matching works in the new version. I'll have to rework how a key feature of our application is implemented to get the same behavior with the new FuzzyQuery as I did in the old v

Falling back to SlowFuzzyQuery

2014-05-12 Thread Brian Panulla
I'm working on upgrading our Solr 3 applications to Solr 4. The last piece of the puzzle involves the change in how fuzzy matching works in the new version. I have to rework how a key feature of our application is implemented to get the same behavior with the new FuzzyQuery as it has in the old ver

Passing Solr data directory to DataImportHandler?

2014-07-03 Thread Brian Panulla
I'm trying to use the new propertyWriter configuration directive for DataImportHandler ( https://wiki.apache.org/solr/DataImportHandler#Configuring_The_Property_Writer). I'd like to tell Solr to write the dataimport.properties to the data directory for the corresponding Core on our multicore server

Document deletes by ID on sharded collection

2019-03-27 Thread Brian Panulla
I have a Near-Realtime Search implementation on Solr Cloud 7.5 and I'm having an issue with deleting documents from a sharded collection. I'm deleting documents right now using a query for the document ID, and everything seems to be working properly, aside from the fact that deletes are *really sl