Re: facet.prefix with regex pattern

2017-09-16 Thread Sathiya N Sundararajan
The facet.prefix parameter limits the terms on which to facet to those *starting with the given string prefix*. It appears that you are looking to find it based on sequence of characters appears in the middle of the string, this goes against the *facet.prefix* definition. Have you considered copy

Re: SolrCloud Shard Order & Hash Keys

2015-08-17 Thread Sathiya N Sundararajan
Great thanks Yonik. On Mon, Aug 17, 2015 at 5:16 PM, Yonik Seeley wrote: > On Mon, Aug 17, 2015 at 8:00 PM, Sathiya N Sundararajan > wrote: > > Folks: > > > > Question regarding SolrCloud Shard Number (Ex: shard) & associated > hash > > ranges. We are i

SolrCloud Shard Order & Hash Keys

2015-08-17 Thread Sathiya N Sundararajan
Folks: Question regarding SolrCloud Shard Number (Ex: shard) & associated hash ranges. We are in the process of identifying the best strategy to merge shards that belong to collections that are chronologically older which sees very low volume of searches compared to the collections with most recen

Re: WordDelimiterFilter Leading & Trailing Special Character

2015-07-29 Thread Sathiya N Sundararajan
ot; or "&" as an . > > -- Jack Krupansky > > On Tue, Jul 21, 2015 at 7:43 PM, Sathiya N Sundararajan < > ausat...@gmail.com> > wrote: > > > Upayavira, > > > > thanks for the helpful suggestion, that works. I was looking for an > option > >

Re: WordDelimiterFilter Leading & Trailing Special Character

2015-07-21 Thread Sathiya N Sundararajan
;1" generateNumberParts="1" > stemEnglishPossessive="1" > types="wdfftypes.txt" /> > > > > Note the protected="x" attribute. I suspect if you put Yahoo! into a > file referenced by that attribute, i

WordDelimiterFilter Leading & Trailing Special Character

2015-07-20 Thread Sathiya N Sundararajan
Question about WordDelimiterFilter. The search behavior that we experience with WordDelimiterFilter satisfies well, except for the case where there is a special character either at the leading or trailing end of the term. For instance: *‘d&b’ * —> Works as expected. Finds all docs with ‘d&b’. *