Re: Does DocValues improve Grouping performance ?

2015-02-01 Thread Mikhail Khludnev
Oh my. Sorry SOLR-5662  is
a duplicate for SOLR-5882, where the patch exists. I appreciate if someone
from committers can nail it down.

On Sat, Jan 31, 2015 at 11:22 PM, Michael Sokolov <
msoko...@safaribooksonline.com> wrote:

> On 1/31/2015 2:47 PM, Mikhail Khludnev wrote:
>
>> Michael,
>>
>> Please check two questions inlined below
>>
> Hi Mikhail,
>
>>
>> On Sat, Jan 31, 2015 at 10:14 PM, Michael Sokolov <
>> msoko...@safaribooksonline.com> wrote:
>>
>>
>> You can only handle a single relation this way since you have to
>> restructure your index to use it; grouping is more flexible.
>>
>> Michael,
>> would you mind to comment which relations you need to model particularly?
>> BJQ is definitely much restrictive than grouping, but still have some
>> flexibility to cover the most frequent demands.
>>
>>  This was really a theoretical comment only - in our case we only had a
> single relation (book->chapter), and the parent->child join worked out
> great.
>
>> Would you mind to leave your vote
>> https://issues.apache.org/jira/browse/SOLR-5662 it's not a big deal to
>> implement.
>>
>>  Sure, I just voted for the issue. In my case, I used the max score.
>
> -Mike
>



-- 
Sincerely yours
Mikhail Khludnev
Principal Engineer,
Grid Dynamics





FirstSearcher and NewSearcher only on slaves

2015-02-01 Thread Summer Shire
HI Guys,

Is there way to specify the newSearchers and firstSearchers different for 
master vs slave ?

  

import community cassandra into solr

2015-02-01 Thread Tim Dunphy
Hey folks,

 Is there any way that we know of to import the open source Apache version
of the Cassandra database into Solr? I know that the pay for Datastax
version has a connection built in. But we're not using that.

Any thoughts or observations will be appreciated.

Thanks,
Tim

-- 
GPG me!!

gpg --keyserver pool.sks-keyservers.net --recv-keys F186197B


CopyField exclude patterns

2015-02-01 Thread danny teichthal
Hi,
Is there a way to make some patterns to be excluded on the source of a
copyField?

We are using globs to copy all our text fields to some target field.
It looks something like this:


I would like a subset of the fields starting with "prefix_" to be excluded
and not copied to destination. (e.g. all fields with "prefix_abc_*" ).
Is there a way to do it on SOLR?

I couldn't find anything saying that it exists.

Thanks