Re: question about dismax and parentheses

2009-01-27 Thread surfer10
i found Hoss's explanations at http://www.nabble.com/Dismax-and-Grouping-query-td12938168.html#a12938168 seems to be i cant do this. so my question is transforming to following: can i join multiple dismax queries into one? for instance if i'm looking for +WORD1 +(WORD2 WORD3) it can be translate

[dummy question] applying patch

2009-01-27 Thread surfer10
i'm a little bit noob in java compiler so could you please tell me what tools are used to apply patch SOLR-236 (Field groupping), does it need to be applied on current solr-1.3 (and nightly builds of 1.4) or it already in box? what batch file stands for solr compilation in its distributive? -- V

question about dismax and parentheses

2009-01-27 Thread surfer10
Hello, dear members. I'm a little bit confused about dismax syntax. as far as i know (and i might be wrong) it supports default query language such as +WORD -WORD What about parentheses ? my title of doc consist of WORD1 WORD2 WORD3. when i'm trying to search +WORD1 +(WORD2 WORD4) + WORD3 it doe

Re: how can solr search angainst group of field

2009-01-22 Thread surfer10
definitly disMax do the thing by searching one term against multifield. but what if my index contains two additional multivalued fields like category id i need to search against terms in particular fields of documents and dismax do this well thru "qf=field1,field2" how can i filter results which

how can solr search angainst group of field

2009-01-19 Thread surfer10
Good days gentlemen. in my search engine i have 4 groups of text: 1) user address 2) user description 3) ... 4) ... I want to give users ability to search all of them with ability to conjunction selection for searching some of them. conjunction means that user should be able to search 1) and 2)

morphology and queryPrase

2008-07-11 Thread surfer10
Hello. I have a question about morphology. Currently i'm storing multiple form of words i.e. if word 'N' in sequence 'M N K' leads to two normal forms 'Nf1' and 'Nf2' then i'm storing 'Mf Nf1 Nf2 Kf' That allows me to search if user entered N2 (or any of its forms) as well as any form of N1. May

XY Problem with regular expressions :)

2008-04-26 Thread surfer10
In my solr searching i need to calculate distance between words in html text and also i need tracking if there any tag between words occures. i've used the following structure: field:data - tokenized, indexed, not stored. this is array of words. field:data-orig - stored , not indexed. this is sim

Custom Filter. Pass field thru regular expression to match.

2008-04-25 Thread surfer10
My data, found with solr needs to be tested against matching regular expression formed at auery time. to avoid sending big data chunks via http i've suggested that results can be verified on solr side before they sent to client. I've heard that we can assign custom java function for filtering but

Re: how to get total hits for the request?

2008-04-18 Thread surfer10
, 2008, at 2:04 AM, surfer10 wrote: >> >> I'm using solr and unable to manage total number of document >> returned by >> search? >> >> how can i do this? > > &rows=37 > > > > -- View this message in context: http://www.nabble.com/h

how to get total hits for the request?

2008-04-17 Thread surfer10
I'm using solr and unable to manage total number of document returned by search? how can i do this? -- View this message in context: http://www.nabble.com/how-to-get-total-hits-for-the-request--tp16760375p16760375.html Sent from the Solr - User mailing list archive at Nabble.com.