Re: Duplicate sample errors using prometheus-exporter in Solr 8.9.0

2021-08-12 Thread Mathieu Marie
Hi Joshua, Can you confirm thaht you are now seing only 3 lines instead of the 9 that you showed previously? Also the base_url should now be different. Is that the case? Mathieu On Wed, Aug 11, 2021 at 3:50 PM Joshua Hendrickson < jhendrick...@tripadvisor.com> wrote: > Mathieu, > > We have cha

Unexpected results while performing a full text search with an asterisk

2021-08-12 Thread Netta STEINBERG
Hi all, I get unexpected results while performing a full text search with Solr 7.5: I get more results when I perform a full text search without an asterisk than when I search with an asterisk. When the query is RESTAURANTE, I get 61 results When the query is RESTAURANTE*, I get only 9 results

After upgrading to Solr 8.7 from 5.2.1 seems that asking for 'score' in 'fl' causes the query to take almost twice (or so) the time

2021-08-12 Thread yael.mushin...@exlibrisgroup.com.INVALID
Hello, In performance tests conducted on the same system, comparing its performance with Solr 5.2.1 verses 8.7, was found a degradation in the query execution time. The system uses a custom query parser, which constructs quite a large query object. Whe

Re: Unexpected results while performing a full text search with an asterisk

2021-08-12 Thread Stephen Lewis Bianamara
Assuming this is a field with language analysis -- the search with an asterisk skips the language analysis portion and tries to match the string against the token. So if in some of your fields the tokenized and stemmed version of restaurante didn't have the e at the end I would expect those results

Re: OutofMemory Error in solr 6.5

2021-08-12 Thread Shawn Heisey
On 8/12/2021 12:02 AM, Satya Nand wrote: Does this alternate format use different data structures to store the document ids for filters with low document count, Other than the bitmap? means the size constraint(filter cache size) would apply only on bitmap or this alternate structure too or their

Re:Field value feature returning only 0s - LTR feature engineering

2021-08-12 Thread Christine Poerschke (BLOOMBERG/ LONDON)
SOLR-12697 added pure DocValues support in Solr 8.9 version. https://github.com/apache/lucene-solr/commits/releases/lucene-solr/8.9.0/solr/contrib/ltr/src/java/org/apache/solr/ltr/feature/FieldValueFeature.java From: users@solr.apache.org At: 08/10/21 14:06:13 UTC+1:00To: users@solr.apache.org

Re: Unexpected results while performing a full text search with an asterisk

2021-08-12 Thread Charlie Hull
Hi, A couple of ideas to find out: - Use the Solr admin panel to see how your query analysis chain handles both queries, and how RESTAURANTE is analyzed before indexing. Maybe the asterisk is preventing some analysis, thus making the query match fewer results? - Use www.Splainer.io to see whe

Int point fields in schema browser? (8.7)

2021-08-12 Thread Walter Underwood
The values for IntPointField docValue fields are not showing up in the schema browser. We can search the values, sort by them, and return them, but they aren’t displayed. Bug? Checking in developer mode, I see a 404 for /solr/libs/angular-route.min.js.map. but I doubt that is relate

Delete using Streaming Expressions

2021-08-12 Thread mtn search
Hello, I have heard that there can be issues when using the Solr delete by query approach ( *:*) for large sets of documents. That it may block other indexing activities... I have also heard that using Solr Streaming Expressions would be a better approach, more efficient for large doc sets to be

Re: Unexpected results while performing a full text search with an asterisk

2021-08-12 Thread David Smiley
Stephen is spot on. Charlie: As nice as Solr's analysis screen is, it doesn't interpret any query syntax and so won't show you the multiterm analysis chain results. The UI ought to clarify this. ~ David Smiley Apache Lucene/Solr Search Developer http://www.linkedin.com/in/davidwsmiley On Thu, A