Re: Using stored value of a field to build suggester index

2014-11-24 Thread Faisal Mansoor
-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, >

Using stored value of a field to build suggester index

2014-11-23 Thread Faisal Mansoor
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

How to update SOLR schema from continuous integration environment

2014-10-31 Thread Faisal Mansoor
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

Re: ArrayIndexOutOfBoundsException in ToParentBlockJoinQuery

2014-10-14 Thread Faisal Mansoor
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, > &

Re: ArrayIndexOutOfBoundsException in ToParentBlockJoinQuery

2014-10-13 Thread Faisal Mansoor
> 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

ArrayIndexOutOfBoundsException in ToParentBlockJoinQuery

2014-10-13 Thread Faisal Mansoor
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