GET Realtime RequestHanlder and FACET

2022-09-16 Thread Jae Joo
HI, I have a requirement to use GET RealtimeGetHandler and like to apply facet and sort to the result set. Is there any way to have it, or need to write a custom request handler? Possible? Jae

Backup and restore collections and configsets in Solr 8.11.2

2022-09-16 Thread Kaushal Shriyan
Hi, I am running Solr 8.11.2 (2 nodes) and Zookeeper version: 3.7.0 ( 3 nodes -> 1 Leader and 2 Followers) on Linux release 7.9.2009 (Core). 1.Is there a way to back up the collections and configsets by referring to the above distributed cluster. 2. Difference between collections and configsets

Solr : how to get the frequency of an expression

2022-09-16 Thread Audrey Tesrin
Hi, I’m writing you because I’m completely blocked with a Solr query issue I have absolutely no idea how to correct. I'm looking for a way to get the frequency of an expression (multiple words in order, not only one word). By example, I want to know the number of occurence of the expression "f

Re: Schema question: multi-valued field pint vs pints

2022-09-16 Thread Christopher Schultz
All, Ping. Can I treat type=pint,multiValued=true the same as type=pints,multiValued=true ? Thanks, -chris On 9/8/22 18:43, Christopher Schultz wrote: All, I have defined a schema which uses a multi-valued field with type "pint" and when I fetch the schema from Solr, it says the field type

Re: Solr : how to get the frequency of an expression

2022-09-16 Thread Dave
How fast can you rebuild your index? If it’s trivial make a new field for that field and utilize shingles with a two term specification and you *should be able to get what you want but I can’t test it right now, but in theory it would work > On Sep 16, 2022, at 1:39 PM, Audrey Tesrin wrote: >

Re: Solr : how to get the frequency of an expression

2022-09-16 Thread James Greene
This sounds like a good use case for the proximity search using a single hop (~1) On Fri, Sep 16, 2022, 1:40 PM Audrey Tesrin wrote: > Hi, > > I’m writing you because I’m completely blocked with a Solr query issue I > have absolutely no idea how to correct. > > I'm looking for a way to get the f