-analyzed (indexed) field and suggest
> from _that_. You'll probably want to do things
> like remove punctuation, perhaps lowercase
> and the like but not stem etc.
>
> Best,
> Erick
>
> On Sun, Nov 23, 2014 at 12:25 PM, Faisal Mansoor
> wrote:
> > Hi,
>
Hi,
I am trying to build a suggester for a field which is both index and
stored. The field is whitespace tokenized, lowercased, stemmed etc while
indexing.
It looks like that the indexed terms are used as a source for building the
suggester index. Which is what the following line in the suggester
Hi,
How do people usually update Solr configuration files from continuous
integration environment like TeamCity or Jenkins.
We have multiple development and testing environments and use WebDeploy and
AwsDeploy type of tools to remotely deploy code multiple times a day, to
update solr I wrote a si
g. That
> param should contain only parent docs filter which differentiate them from
> parents. Any parent level filters should be passed at the top level of
> query or like fq=.
>
>
> On Tue, Oct 14, 2014 at 8:33 AM, Faisal Mansoor
> wrote:
>
> > Thanks Erick,
> &
> to be updated AFAIK.
>
> Best,
> Erick
>
> On Mon, Oct 13, 2014 at 3:51 PM, Faisal Mansoor
> wrote:
> > Hi,
> >
> > I am having problems running Parent Block Join Query in Solr. For some
> > reasons the following query throws ArrayIndexOutOfBoundsExcept
Hi,
I am having problems running Parent Block Join Query in Solr. For some
reasons the following query throws ArrayIndexOutOfBoundsException.
{!type=parent which='type_s:(shirt) AND BRAND_s:(Puma)'}
(type_s:(sku) AND SIZE_s:(XL))
The index I am using is not that big, only has a few hundred entr