Block Join Query Parsers regular expression feature workaround req

2015-02-17 Thread Sankalp Gupta
* NOT operator is not being supported* in the Block Join Query Parsers. Could anyone please suggest a way to workaround this problem? Have also added the problem on *stackoverflow*: http://stackoverflow.com/questions/28562355/in-solr-does-block-join-query-parsers-lack-regular-expression-feature Regards Sa

Re: Block Join Query Parsers regular expression feature workaround req

2015-02-17 Thread Sankalp Gupta
ubq > > > > On Tue, Feb 17, 2015 at 4:13 PM, Sankalp Gupta > > wrote: > > > Hi > > > > I need to have a query in which I need to choose only those parent docs > > none of whose children's field is having the specified value. > > i.e. I

index time boosting through partial update

2015-06-02 Thread Sankalp Gupta
Hi I'm using solr-4.7.2 and trying to set boost at field level at index time in atomic updates(tried though xml update handler). But its not happening. Also if you index the full doc with index time boost and update any other field partially then also the boost value of other field changes to 1.0.

need help in field collapsing

2014-08-18 Thread Sankalp Gupta
Hi I have about 15 fields in my solr schema but there are two fields lets say them field1 and field2 in my schema. For most searches I feel I have a perfect schema but for one use case it is not apt: *problem*: I have to group by column using field1 and then I have to search a particular value "a"

field collapsing related problem

2014-09-19 Thread sankalp gupta
Hi I have about 15 fields in my solr schema but there are two fields lets say them field1 and field2 in my schema. For most searches I feel I have a perfect schema but for one use case it is not apt: *problem*: I have to group by column using field1 and then I have to search a particular value "a"

edismax with multiple words for keyword tokenizer splitting on space

2015-01-06 Thread Sankalp Gupta
Hi I come across this weird behaviour in solr. I'm not sure that why this is desired in solr. I have filed this on stackoverflow. Please check http://stackoverflow.com/questions/27795177/edismax-with-multiple-words-for-keyword-tokenizer-splitting-on-space Thanks Sankalp Gupta

bulk indexing with optimistick lock

2015-02-11 Thread Sankalp Gupta
to add all docs for which no versioning problem is there and return list of all failed docs. * Please can anyone suggest a way to do this? Regards Sankalp Gupta