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
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
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
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