The schema configuration in your first link is the way to tell Solr to use
a particular compression mode in the Lucene index (the second link).
So yes, the schema change should be enough.
On Sun, Jun 17, 2018 at 6:39 AM Zahra Aminolroaya
wrote:
> I want to reduce the size of indexed and stored d
Hello,
Sometimes we have "broken pipe" error when indexing 40 000 000 of documents
using ConcurrentUpdateSolrClient in java.
I have find on google that's probably is because à time out. But in
ConcurrentUpdateSolrClient we can't configure timeout.
For example the last broken pie was for indexin
Thanks
--
Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html
Hi,
I am trying to use streaming expressions with SOLR 7.3.1.
I have successfully used innerJoin, leftOuterJoin and several other
functions but failed to achieve expected results with the fetch() function.
Example below is silmplfied, in reality the base search() function uses
fuzzy matching and s
Of course, but Dinesh explicitly set blockUnknown=true below, so in this case
ALL requests must have credentials. There is currently no feature that lets
Solr accept any request by other rules, all requests are forwarded to the
chosen authentication plugin.
--
Jan Høydahl, search solution archi
I think my query got misinterpreted.
I only wanted to know if schema.xml offer anything that managed-schema does
not.
Best,
SG
On Sat, Jun 16, 2018 at 6:45 PM Erick Erickson
wrote:
> Currently, there are no restrictions on hand-editing config files,
> mutable or not.
>
> The rub is that any o
Hi Erick,
Thanks for the response.
First thing we not indexing on Slave. And we are not re-indexing/optimizing
entire the core in Master node.
The only warning which I see in the log is "Unable clean the unused index
directory so starting full copy".
That one i can understand and I don't ha