What guarantees does solr have for keeping commit deadlines?

2021-02-27 Thread Nándor Mátravölgyi
Hi! I'm working on building a NRT solr instance. The schema is designed so documents can be partially updated. Some documents will need to receive or lose filter tags in a multi-valued field. I have to be able to query already existing documents to add tags to them or remove tags from them.

Re: unified highlighter performance in solr 8.5.1

2020-07-04 Thread Nándor Mátravölgyi
re useful in SENTENCE mode if you can stand the > perf hit. If you agree, then why not just let this one default to "true"? > > We agree on better documenting the perf trade-off. > > Thanks again for working on these settings, BTW. > > ~ David > > > On Fri, J

Re: unified highlighter performance in solr 8.5.1

2020-07-03 Thread Nándor Mátravölgyi
Since the issue seems to be affecting the highlighter differently based on which mode it is using, having different defaults for the modes could be explored. WORD may have the new defaults as it has little effect on performance and it creates nicer highlights. SENTENCE should have the defaults

Re: unified highlighter performance in solr 8.5.1

2020-06-19 Thread Nándor Mátravölgyi
Hi! With the provided test I've profiled the preceding() and following() calls on the base Java iterators in the different options. === default highlighter arguments === Calling the test query with SENTENCE base iterator: - from LengthGoalBreakIterator.following(): 1130 calls of

Re: unified highlighter performance in solr 8.5.1

2020-05-28 Thread Nándor Mátravölgyi
Hi! I've not been able to delve into this issue deeply, but it could be useful to know that "fragsizeIsMinimum" and "fragAlignRatio" are new parameters which have behavior changing default values. Leaving those with their default values makes the comparison between 8.4 and 8.5 like apples to

Re: Atomic update error with JSON handler

2018-05-22 Thread Nándor Mátravölgyi
mon.SolrException", > "root-error-class","org.apache.solr.common.SolrException"], > "msg":"Unknown command 'id' at [5]", > "code":400}} > $ curl -XPOST "localhost:8983/solr/test_core/update/json?commit=true" >

Atomic update error with JSON handler

2018-05-21 Thread Nándor Mátravölgyi
Hi, I'm trying to build a simple document search core with SolrCloud. I've run into an issue when trying to partially update doucments. (aka atomic updates) It appears to be a bug, because the semantically same request succeeds in XML format, while it fails as JSON. The body of the XML request: