RE: Atomic Update (nested), Unified Highlighter and Lazy Field Loading => Invalid Index

2021-02-18 Thread Nussbaum, Ronen
ene/Solr Search Developer > http://www.linkedin.com/in/davidwsmiley > > > On Wed, Feb 17, 2021 at 6:36 AM Nussbaum, Ronen > > wrote: > >> Hello David, >> >> Thank you for your reply. >> It was very hard but finally I discovered how to reproduce it. I &g

RE: Atomic Update (nested), Unified Highlighter and Lazy Field Loading => Invalid Index

2021-02-17 Thread Nussbaum, Ronen
olr"%2C"great") Now, try to update the parent e.g. {id:"abc_1", categories_i:{add:1}} Important: it happens only when "id" contains underscore characters! If you'll use "abc-1" it would work. Thanks in advance, Ronen. -Original Message-

Atomic Update (nested), Unified Highlighter and Lazy Field Loading => Invalid Index

2021-02-14 Thread Ronen Nussbaum
serialize class org.apache.lucene.document.LazyDocument$LazyField". Now trying to run #3 again yields an error message that the text field is indexed without positions. If enableLazyFieldLoading is false or if using the default highlighter this doesn't happen. Ronen.

RE: Ghost Documents or Shards out of Sync

2021-02-07 Thread Nussbaum, Ronen
hen atomic update succeeds. One more thing that might be important - we're using nested schema, and we recently encountered several issues that make me think that this combination - nested and atomic updates (of parent documents) - is the root cause. Ronen. -Original Message- From:

Ghost Documents or Shards out of Sync

2021-01-25 Thread Ronen Nussbaum
ds are not synchronized and I have several questions: 1. What can cause this - many atomic updates? issues with commits? 2. Can I trigger the "fixing" mechanism that Solr runs at restart by an API call or some other method? Thanks in advance, Ronen.

Atomic Update Failures with Nested Schema and Lazy Field Loading

2021-01-13 Thread Ronen Nussbaum
1. Set false. 2. Set true but removed child documents. In both cases atomic update worked without any errors. This might suggest that there is an issue with this combination. Thanks in advance, Ronen.

Atomic Update Failures with Nested Schema and Lazy Field Loading

2021-01-05 Thread Nussbaum, Ronen
ere is an issue with this combination. Thanks in advance, Ronen. This electronic message may contain proprietary and confidential information of Verint Systems Inc., its affiliates and/or subsidiaries. The information is intended to be for the use of the individual(s) or entity(ies) named above.

Atomic Update Failures with Nested Schema and Lazy Field Loading

2020-12-29 Thread Nussbaum, Ronen
options: 1. Set false. 2. Set true but removed child documents. In both cases atomic update worked without any errors. This might suggest that there is an issue with this combination. Thanks in advance, Ronen. This electronic message may contain proprietary and confidential informatio

Generate Missing Segments Files

2020-12-20 Thread Nussbaum, Ronen
Hi, Due to https://issues.apache.org/jira/browse/SOLR-11191 we tried to recover the index from backup. Apparently, all eight shards backups don't contain the segment file. Is there a way to generate it? Thanks, Ronen. This electronic message may contain proprietary and confide

SPLITSHARD - data loss of child documents

2020-12-17 Thread Nussbaum, Ronen
hows child documents that do not belong to this parent (their parentID value is different than parent's ID). I didn't see any limitation in the API documentation. Do you have any suggestions? Thanks in advance, Ronen. This electronic message may contain proprietary and confidential in

Non Deterministic Results from /admin/luke

2020-10-01 Thread Nussbaum, Ronen
olr/collection/select?q=*:*&wt=csv&rows=0&facet but it behaves the same. Can it be configured to query all shards? Is there another way to achieve this? Thanks in advance, Ronen. This electronic message may contain proprietary and confidential information of Verint Systems I

Query Containing Multiple Parsers

2019-12-03 Thread Nussbaum, Ronen
query that needs two different parsers? Example: q={!xmlparser}Hello AND q={!edismax}text_en:"foo bar"~4 I've tried using the "magic" "_query_" but it seems that it uses the luceneqparser and not the xml. Thanks in advance, Ronen. This electronic message may co

Can't Find Phrases

2019-01-13 Thread Nussbaum, Ronen
uerystring":"text_en:\"I will think about it\"", "parsedquery":"MultiPhraseQuery(text_en:\"(i i_will) will_think think (about about_it)\")", ... Any ideas? Thanks, Ronen. This electronic message may contain proprietary and confident

RE: multi value field search

2011-12-19 Thread Ronen
Many thanks.. I took the suggestion of using a and it did the trick. --Ronen -- View this message in context: http://lucene.472066.n3.nabble.com/multi-value-field-search-tp3594701p3599082.html Sent from the Solr - User mailing list archive at Nabble.com.

problem with terms component results ?

2011-08-09 Thread Royi Ronen
Hi, I am using the terms component. Many times an 'e' at the end of the word is missing. E.g., it gives 'googl' instead of 'google', 'youtub' instead of 'youtube'. The problem does not exist for some other words ending with 'e'. Any ideas why it happens? Royi