Re: ACL implementation: Pseudo-join performance & Atomic Updates

2013-07-17 Thread Oleg Burlaca
/www.linkedin.com/in/alexandrerafalovitch > >> - Time is the quality of nature that keeps events from happening all at > >> once. Lately, it doesn't seem to be working. (Anonymous - via GTD > book) > >> > >> > >> On Tue, Jul 16, 2013 at

Re: Range query on a substring.

2013-07-16 Thread Oleg Burlaca
wucki wrote: > Hi Oleg, > It's a multivalued field and it won't be easier to query when I split this > field into text and numbers. I may get wrong results. > > Regards. > > > On 16 July 2013 09:35, Oleg Burlaca wrote: > > > IMHO the number(s) sho

Re: Range query on a substring.

2013-07-16 Thread Oleg Burlaca
IMHO the number(s) should be extracted and stored in separate columns in SOLR at indexing time. -- Oleg On Tue, Jul 16, 2013 at 10:12 AM, Marcin Rzewucki wrote: > Hi, > > I have a problem (wonder if it is possible to solve it at all) with the > following query. There are documents with a field

Re: "select in" clause in solr

2013-07-16 Thread Oleg Burlaca
Hello Manasi, Have a look at Solr pseudo joins http://wiki.apache.org/solr/Join Regards On Jul 16, 2013 9:54 AM, "smanad" wrote: > I am using solr 4.3 and have 2 collections coll1, coll2. > > After searching in coll1 I get field1 values which is a comma separated > list > of strings like, val1,

Re: ACL implementation: Pseudo-join performance & Atomic Updates

2013-07-14 Thread Oleg Burlaca
feurocon-2011 > > > > For some other thoughts: > > http://wiki.apache.org/solr/SolrSecurity#Document_Level_Security > > > > I'm not sure if external file fields will be of any value in this > situation. > > > > There is also a proposal fo

Re: ACL implementation: Pseudo-join performance & Atomic Updates

2013-07-14 Thread Oleg Burlaca
> I'm not sure if external file fields will be of any value in this > situation. > > There is also a proposal for bitwise operations: > SOLR-1913 - QParserPlugin plugin for Search Results Filtering Based on > Bitwise Operations on Integer Fields > https://issues

ACL implementation: Pseudo-join performance & Atomic Updates

2013-07-14 Thread Oleg Burlaca
Hello all, Situation: We have a collection of files in SOLR with ACL applied: each file has a multi-valued field that contains the list of userID's that can read it: here is sample data: Id | content | userId 1 | text text | 4,5,6,2 2 | text text | 4,5,9 3 | text text | 4,2 Problem: when ACL

Re: Russian stemmer

2010-07-27 Thread Oleg Burlaca
anks, Oleg Burlaca On Tue, Jul 27, 2010 at 12:07 PM, Robert Muir wrote: > 2010/7/27 Oleg Burlaca > > > Actually the situation with Немцов из ок, > > I've just checked how Yandex works with Немцов and Немцова: > > http://nano.yandex.ru/project/inflect/ > > > &g

Re: Russian stemmer

2010-07-27 Thread Oleg Burlaca
r the RussianLightStemFilterFactory info, I've found this page http://www.mail-archive.com/solr-comm...@lucene.apache.org/msg06857.html that somehow describes it. Where can I read more about RussianLightStemFilterFactory ? Regards, Oleg 2010/7/27 Oleg Burlaca > A similar word is Немцов. > The stran

Re: Russian stemmer

2010-07-27 Thread Oleg Burlaca
A similar word is Немцов. The strange thing is that searching for "Немцова" will not find documents containing "Немцов" Немцова: 14 articles http://www.sova-center.ru/search/?lg=1&q=%D0%BD%D0%B5%D0%BC%D1%86%D0%BE%D0%B2%D0%B0 Немцов: 74 articles http://www.sova-center.ru/search/?lg=1&q=%D0%BD%D0%B

Re: Russian stemmer

2010-07-27 Thread Oleg Burlaca
.sova-center.ru/search/?q=%D0%BA%D0%BE%D0%B2%D1%80%D0%BE%D0%B2 Search by Коврова, 26 results: http://www.sova-center.ru/search/?lg=1&q=%D0%BA%D0%BE%D0%B2%D1%80%D0%BE%D0%B2%D0%B0 Adding such words in stopwords.txt will be a tedious task, as there are 7 millions russian names :) Kind Regards, Ole

Russian stemmer

2010-07-27 Thread Oleg Burlaca
Hello, I'm using SnowballPorterFilterFactory with language="Russian". The stemming works ok except people names, geographical places. Here are some examples: searching for Ковров should also find Коврова, Коврову, Ковровом, Коврове. Are there other stemming plugins for the russian language that

java.lang.OutOfMemoryError, VM may need to be forcibly terminated

2010-03-12 Thread Oleg Burlaca
ly in the SSH window). I've set: 2 2 2 Is there a way to solve this? SOLR is on a VPS with 512MB of RAM. Regards, Oleg Burlaca

Re: What is this error means?

2010-01-22 Thread Oleg Burlaca
able to a higher value doesn't help, I think the problem is somewhere else Kind Regards, Oleg Burlaca