Re: Can I combine standardtokenizer with solr.WordDelimiterFilterFactory?

2013-11-01 Thread Oussama Jilal
Yes you can and I don't see any reason why you should not Le 01/11/2013 15:38, eShard a écrit : Good morning, Here's the issue: I have and ID that consists of two letters and a number. The whole user title looks like this: Lastname, Firstname (LA12345). Now, with my current configuration, I can

Re: Boosting Documents

2013-05-23 Thread Oussama Jilal
Oh thank you Chris, this is much clearer, and thank you for updating the Wiki too. On 05/22/2013 08:29 PM, Chris Hostetter wrote: : NOTE: make sure norms are enabled (omitNorms="false" in the schema.xml) for : any fields where the index-time boost should be stored. : : In my case where I only n

Re: Regular expression in solr

2013-05-22 Thread Oussama Jilal
05/22/2013 11:42 AM, Sagar Chaturvedi wrote: Yes, it works for me too. But many times result is not as expected. Is there some guide on use of regex in solr? -Original Message- From: Oussama Jilal [mailto:jilal.ouss...@gmail.com] Sent: Wednesday, May 22, 2013 4:00 PM To: solr

Re: Boosting Documents

2013-05-22 Thread Oussama Jilal
lysis is posted. I think a thorough debugging is required from both application and solr level. If you want a customize scoring from Solr, you can also consider overriding DefaultSimilarity implementation - but that'll be a separate issue. On 22 May 2013 11:32, Oussama Jilal wrote: Ye

Re: synonym indexing in solr

2013-05-22 Thread Oussama Jilal
Hello, I think that what is written about the SynonymFilterFactory in the wiki is well explained, so I will direct you there : http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.SynonymFilterFactory On 05/22/2013 11:44 AM, Sagar Chaturvedi wrote: Hi, Since synonym searching ha

Re: Regular expression in solr

2013-05-22 Thread Oussama Jilal
regex in solr? -Original Message- From: Oussama Jilal [mailto:jilal.ouss...@gmail.com] Sent: Wednesday, May 22, 2013 4:00 PM To: solr-user@lucene.apache.org Subject: Re: Regular expression in solr I don't think so, it always worked for me without anything special, just try it and see :

Re: Boosting Documents

2013-05-22 Thread Oussama Jilal
chema mean Suggestion has value only from Id and not from any other input? You haven't mentioned the version of Solr, can you also post the query params? On 22 May 2013 11:04, Oussama Jilal wrote: I don't know if this can help (since the document boost should be independent of any s

Re: Regular expression in solr

2013-05-22 Thread Oussama Jilal
I don't think so, it always worked for me without anything special, just try it and see :) On 05/22/2013 11:26 AM, Sagar Chaturvedi wrote: @Oussama Thank you for your reply. Is it as simple as that? I mean no additional settings required? -Original Message- From: Oussama

Re: Regular expression in solr

2013-05-22 Thread Oussama Jilal
You can write a regular expression query like this (you need to specify the regex between slashes / ) : fieldName:/[rR]egular.*/ On 05/22/2013 10:51 AM, Sagar Chaturvedi wrote: Hi, How do we search based upon regular expressions in solr? Regards, Sagar DISCLAIMER:

Re: Boosting Documents

2013-05-22 Thread Oussama Jilal
s applicable only for the field level boosting and not at document level boosting. Can you post your query, field definition and results you're expecting. I am using index and query time boosting without any issues so far. also which version of Solr you're using? On 22 May 2013 10:44, O

Re: Boosting Documents

2013-05-22 Thread Oussama Jilal
(not a specific field), do I have to activate the << omitNorms="false" >> for all the fields in the schema ? On 05/22/2013 10:41 AM, Oussama Jilal wrote: Thank you Sandeep, I did post the document like that (a minor difference is that I did not add the boost to the

Re: Boosting Documents

2013-05-22 Thread Oussama Jilal
dditionally, you can consider adding a secondary sort parameter for the docs having the same score. http://wiki.apache.org/solr/CommonQueryParameters#sort HTH, Sandeep On 22 May 2013 09:21, Oussama Jilal wrote: Thank you for your reply bbarani, I can't do that because I want to boost s

Re: Boosting Documents

2013-05-22 Thread Oussama Jilal
Thank you for your reply bbarani, I can't do that because I want to boost some documents over others, independing of the query. On 05/21/2013 05:41 PM, bbarani wrote: Why don't you boost during query time? Something like q=superman&qf=title^2 subject You can refer: http://wiki.apache.org/s

Boosting Documents

2013-05-21 Thread Oussama Jilal
Hi everyone, I have a small (I hope) issue, and I wish someone could point me to the right direction. I have been indexing some documents using Solr 4.1 and specifying different "boost"s for different types of documents (boost for the whole document). But when searching, I noticed that the s

Re: Paging and sorting in Solr

2013-04-18 Thread Oussama Jilal
ent from the Solr - User mailing list archive at Nabble.com. -- Oussama Jilal

Re: Query with whitespace

2013-03-01 Thread Oussama Jilal
Didn't know ! thank you Shown :) On 03/01/2013 09:23 PM, Shawn Heisey wrote: On 3/1/2013 1:50 PM, Jilal Oussama wrote: You can also specify in you schema that the default query operator is AND. This is deprecated as of Solr 4.0, so I don't mention it. -- Oussama Jilal

Re: Get search results in the order of fields names searched

2013-02-26 Thread Oussama Jilal
ollowed by editor and raw text. John Hopkins test test test Mr. John Hopkins book Micheal Ranold John Hopkins, Micheal, Martin Micheal is the main author, John Hopkins is co-author Feymenn Micheal, Martin John Hopkins -- Oussama Jilal

Re: Can't search words in quotes

2013-02-26 Thread Oussama Jilal
27;s the field's definition in our schema.xml: Warm regards, Alex Cougarman Bahá'í World Centre Haifa, Israel Office: +972-4-835-8683 Cell: +972-54-241-4742 acoug...@bwc.org<mailto:acoug...@bwc.org> -- Oussama Jilal

Re: Solr Grouping and empty fields

2013-02-25 Thread Oussama Jilal
in our indexing pipeline we will set that field to some unique value (same as the document key if necessary) if it isn't set already to ensure that every document has that field set appropriately. -Original Message- From: Oussama Jilal Sent: Friday, February 22, 2013 5:25 PM To: sol

Re: Solr Grouping and empty fields

2013-02-22 Thread Oussama Jilal
tly do you want these "not to be grouped together" documents to be grouped? In any case, please clarify what your expectations really are. -- Jack Krupansky -Original Message- From: Oussama Jilal Sent: Friday, February 22, 2013 7:17 AM To: solr-user@lucene.apache.org Subje

Re: Solr Grouping and empty fields

2013-02-22 Thread Oussama Jilal
ield:[1 TO *] -- Johannes Rodenwald - Ursprüngliche Mail ----- Von: "Oussama Jilal" An: solr-user@lucene.apache.org Gesendet: Freitag, 22. Februar 2013 12:32:13 Betreff: Solr Grouping and empty fields Hi, I need to group some results in solr based on a field, but I don't w

Solr Grouping and empty fields

2013-02-22 Thread Oussama Jilal
Hi, I need to group some results in solr based on a field, but I don't want documents having that field empty to be grouped together, does anyone know how to achieve that ? -- Oussama Jilal