Re: Add me to the Solr ContributorsGroup

2016-03-03 Thread Saïd Radhouani
R 2016-03-03 14:12 GMT-05:00 Saïd Radhouani : > Hello, > > Could you please add me to the Contributor Group. Here are my account > info : > > - Name: Saïd Radhouani > - User name: radhouani > - email: said.radhou...@gmail.com > > For more info about myse

Re: Add me to the Solr ContributorsGroup

2016-03-03 Thread Saïd Radhouani
Hello, Could you please add me to the Contributor Group. Here are my account info : - Name: Saïd Radhouani - User name: radhouani - email: said.radhou...@gmail.com For more info about myself, please visit my linked page: https://www.linkedin.com/in/radhouani Thanks, -Saïd 2015-12-30 20:36 GMT

Re: Add me to the Solr ContributorsGroup

2016-01-27 Thread Saïd Radhouani
Hello, Could you please add me to the Contributor Group. Here are my account info : - Name: Saïd Radhouani - User name: radhouani - email: said.radhou...@gmail.com For more info about myself, please visit my linked page: https://www.linkedin.com/in/radhouani Thanks, -Saïd 2015-12-30 20:36 GMT

Add me to the Solr ContributorsGroup

2015-12-30 Thread Saïd Radhouani
Hi - I'd appreciate if you could add me to the Contributor Group. Here are my account info : - Name: Saïd Radhouani - User name: radhouani - email: said.radhou...@gmail.com Thanks, -Saïd

Re: LocalSolr distance in km?

2010-07-21 Thread Saïd Radhouani
Hi, What resource are you using for LocalSolr? Using the SpatialTierQParser, you can choose between km or mile: http://blog.jteam.nl/2009/08/03/geo-location-search-with-solr-and-lucene/ Or, if you are using the LocalSolrQueryComponent (http://www.gissearch.com/localsolr), and you can't choose

Spatial Search - Best choice (if any)?

2010-07-16 Thread Saïd Radhouani
Hi, Using Solr 1.4, I'm now working on adding spatial search options, such as distance-based sorting, Bounding-box filter, etc. To the best of my knowledge, there are three possible points we can start from: 1. The http://blog.jteam.nl/2009/08/03/geo-location-search-with-solr-and-lucene/ 2. Th

Re: Spatial Search - Best choice ?

2010-07-15 Thread Saïd Radhouani
ml > http://code.google.com/p/spatial-search-lucene/ > http://sujitpal.blogspot.com/2008/02/spatial-search-with-lucene.html > > Regards > Aditya > www.findbestopensource.com > > > > On Thu, Jul 15, 2010 at 3:54 PM, Saïd Radhouani wrote: > >> Hi, >>

Spatial Search - Best choice ?

2010-07-15 Thread Saïd Radhouani
Hi, Using Solr 1.4, I'm now working on adding spatial search options, such as distance-based sorting, Bounding-box filter, etc. To the best of my knowledge, there are three possible points we can start from: 1. The http://blog.jteam.nl/2009/08/03/geo-location-search-with-solr-and-lucene/ 2. Th

Re: Function Query Sorting vs 'Sort' parameter?

2010-07-09 Thread Saïd Radhouani
Yes, indeed, you understood my question. Looking forward to the next version then. To your reply, I'd add that _val_ is used for standard request handler, and bf is used for dismax, right? -S On Jul 10, 2010, at 12:05 AM, Koji Sekiguchi wrote: > (10/07/10 0:54), Saïd Radhouani wrot

Function Query Sorting vs 'Sort' parameter?

2010-07-09 Thread Saïd Radhouani
Hi, I'm making some basic sorting (date, price, etc.) using the "sort" parameter (sort=field+asc), and it's working fine. I'm wondering whether there's a significant argument to use function query sorting instead of the "sort" parameter? Thanks, -S

Re: Unicode processing - Issue with CharStreamAwareWhitespaceTokenizerFactory

2010-07-05 Thread Saïd Radhouani
Thanks Koji for the reply and for updating wiki. As it's written now in wiki, it sounds (at least to me) like MappingCharFilterFactory works only with WhitespaceTokenizerFactory. Did you really mean that? Because this filter works also with other tkenizers. For instance, in my text type, I'm u

Unicode processing - Issue with CharStreamAwareWhitespaceTokenizerFactory

2010-07-05 Thread Saïd Radhouani
Hi, I'm using Solr 1.4 and I need to use a Latin Accent Filter. In the Solr wiki (http://wiki.apache.org/solr/SchemaDesign), it's recommended to use MappingCharFilterFactory instead of ISOLatin1AccentFilterFactory. Could someone tell me the reason of choosing the first filter instead of the se

Re: Use free text to search against boolean fields?

2010-07-03 Thread Saïd Radhouani
to test and see how it works. > > -- > Jan Høydahl, search solution architect > Cominvent AS - www.cominvent.com > Training in Europe - www.solrtraining.com > > On 3. juli 2010, at 01.11, Saïd Radhouani wrote: > >> Hi Jan, >> >> Thanks for this suggestion.

Re: Use free text to search against boolean fields?

2010-07-02 Thread Saïd Radhouani
x > ((not|non|no) (smoker|smoking|smoke))... > > You could always do a mix also - to keep a free-text field as well, and any > words that your parser does not understand can be passed through to the > free-text as a "should" term with a boost. > > -- > Jan

Use free text to search against boolean fields?

2010-07-02 Thread Saïd Radhouani
Hi, I have the following kind of data to index in a multilingual context: is_man, is_single, has_job, etc. Logically, the underlying fields have a value of "yes" or "no." That's why the boolean type would be appropriate. But my problem is, in addition to be able to filter on these fields, I wo

Re: Multilingual - Search against the appropriate field

2010-07-01 Thread Saïd Radhouani
when frontend asks for "title", > you intelligently try to pull out title_XY where XY is pulled from documents > "language" metadata. > > I think which you choose depends on taste, each has its + and - > > -- > Jan Høydahl, search solution architect > C

Re: Multilingual - Search against the appropriate field

2010-07-01 Thread Saïd Radhouani
when frontend asks for "title", > you intelligently try to pull out title_XY where XY is pulled from documents > "language" metadata. > > I think which you choose depends on taste, each has its + and - > > -- > Jan Høydahl, search solution architect > C

Multilingual - Search against the appropriate field

2010-07-01 Thread Saïd Radhouani
Hi, I know this topic has been treated many times in the (distant) past, but I wonder whether there are new better practices/tendencies. In my application, I'm dealing with documents in different languages. Each document is monolingual; it has some fields containing free text and a set of fiel

Re: Setting many properties for a multivalued field. Schema.xml ? External file?

2010-06-26 Thread Saïd Radhouani
t; because a-priori you don't know how many dynamic-fields to query. So in > other words you can't just ask SOlr (though SolrJ lik you asked) to just > return all dynamic fields beginning with pic_*. (afaik) > - your client iterate code (looping the pics) is a bit more involved. >

Re: Setting many properties for a multivalued field. Schema.xml ? External file?

2010-06-26 Thread Saïd Radhouani
on the > data and not doing anything intelligent with it. > > I assume btw that you don't want to sort/ facet on pic-desc / pic_caption/ > pic_url either ( I have a hard time thinking of a useful usecase for that) > > HTH, > > Geert-Jan > > > > 2010/6/26

Re: Setting many properties for a multivalued field. Schema.xml ? External file?

2010-06-26 Thread Saïd Radhouani
gt; pic_caption_2 > pic_description_2 > > > Otis > > Sematext :: http://sematext.com/ :: Solr - Lucene - Nutch > Lucene ecosystem search :: http://search-lucene.com/ > > > > - Original Message >> From: Saïd Radhouani >> To: solr-us

Setting many properties for a multivalued field. Schema.xml ? External file?

2010-06-25 Thread Saïd Radhouani
Hi, I'm trying to index data containing a multivalued field "picture", that has three properties: url, caption and description: Thus, each indexed document might have many pictures, each of them has a url, a caption, and a description. I wonder wether it's possibl

TermsComponent - AutoComplete - Multiple Term Suggestions & Inclusive Search?

2010-06-23 Thread Saïd Radhouani
Hi, I'm using the Terms Component to se up the autocomplete feature based on a String field. Here are the params I'm using: terms=true&terms.fl=type&terms.lower=cat&terms.prefix=cat&terms.lower.incl=false With the above params, I've been able to get suggestions for terms that start with the sp

Re: Configuring RequestHandler in solrconfig.xml OR in the Servlet code using SolrJ

2010-06-21 Thread Saïd Radhouani
he server, whereas > changing in the source drive you to redeploy your app and restart the > server. > > > > On 6/21/10, Saïd Radhouani wrote: >> >> Hello, >> >> I'm developing a Web application that communicate with Solr using SolrJ. I >

Configuring RequestHandler in solrconfig.xml OR in the Servlet code using SolrJ

2010-06-21 Thread Saïd Radhouani
Hello, I'm developing a Web application that communicate with Solr using SolrJ. I have three search interfaces, and I'm facing two options: 1- Configuring one SearchHandler per search interface in solrconfig.xml Or 2- Write the configuration in the java servlet code that is using SolrJ It the

Re: Issue w/ highlighting a String field

2010-03-24 Thread Saïd Radhouani
Thanks a lot Ahmet. Now I'm gonna learn new thing: how to apply a new patch :) Cheers. 2010/3/24 Ahmet Arslan > > Yes, that's what I was expecting. Actually, I'd like > > to highlight phrases > > containing stopwords, like Terrain à sehloul > > Lucene's FastVectorHighlighter[1] can do that kind

Re: Issue w/ highlighting a String field

2010-03-24 Thread Saïd Radhouani
2010/3/24 Ahmet Arslan > > > Thank a lot Ahmet. In addition, I want to highlight phrases > > containing stop > > words. I guess that the best way is to use a tokenized type > > without > > stopwordFilter. Do you agree with me defining a new type > > for this purpose ? > > I am not sure about that

Re: Issue w/ highlighting a String field

2010-03-24 Thread Saïd Radhouani
2010/3/24 Ahmet Arslan > > With this configuration, the title field is highlighted > > only when there's a > > perfect match, i.e., the quoted query equals the title > > content (f.i., > > q="Terrain sehloul" allows highlighting the entire title > > containing "Terrain > > sehloul", > > Exactly.

Re: Issue w/ highlighting a String field

2010-03-24 Thread Saïd Radhouani
> I didn't know that you are using dismax. In your query fields list there is > no title field. Probably match is coming from title_tokenized, and when you > request highlighting from title (hl.fl=title) it returns empty snippets. If > thats the case it is pretty expected because string typed field

Re: Issue w/ highlighting a String field

2010-03-24 Thread Saïd Radhouani
2010/3/24 Ahmet Arslan > > There's a match between the query and > > the content of field I want to > > highlight on. Solr is giving me the id of the document > > matching my query, > > but it's not displaying the field I want to highlight on. > > > > Here's the definition of the field I want to

Re: Issue w/ highlighting a String field

2010-03-24 Thread Saïd Radhouani
There's a match between the query and the content of field I want to highlight on. Solr is giving me the id of the document matching my query, but it's not displaying the field I want to highlight on. Here's the definition of the field I want to highlight on: And here's part of my URL: /?

Re: Issue w/ highlighting a String field

2010-03-23 Thread Saïd Radhouani
gt; > it's not working. I use "" and as you can see in my fieldType, I don't > have > > a stopword filter. Any idea? > > > > Thanks a lot, > > -S. > > > > > > Thanks > > > > > > 2010/3/23 Markus Jelsma > >

Re: Issue w/ highlighting a String field

2010-03-23 Thread Saïd Radhouani
filter. Any idea? Thanks a lot, -S. Thanks 2010/3/23 Markus Jelsma > Hello, > > > Check out the wiki [1] on what options to use for highlighting and other > components. > > > [1]: http://wiki.apache.org/solr/FieldOptionsByUseCase > > > Cheers, > > >

Issue w/ highlighting a String field

2010-03-23 Thread Saïd Radhouani
I have trouble with highlighting field of type "string". It looks like highlighting is only working with tokenized fields, f.i., it worked with text and another type I defined. Is this true, or I'm making a mistake that is preventing me to have the highlighting option working on string? Thanks for

Re: Solr 1.4 - Stemmer expansion

2010-03-17 Thread Saïd Radhouani
gt; was parsed? Could you post your schema definitions for > the field in question so folks can look at it? > > We need some details in order to actually be helpful ... > > Best > Erick > > On Wed, Mar 17, 2010 at 5:05 AM, Saïd Radhouani >wrote: > > > I'm usin

Solr 1.4 - Stemmer expansion

2010-03-17 Thread Saïd Radhouani
I'm using the SnowballPorterFilterFactory for stemming French words. Some words are not reconginized by this stemmer; I wonder wether, like synonyms processing, the stemmers have the option of expansion. Thanks.

SolrJ - how separte different results from the same facet query?

2010-03-15 Thread Saïd Radhouani
I'm faceting with a two different query ranges while using addFacetQuery. I wonder wether it's possible using SolrJ to extract the result of each query range separately. Here's is an example: addFacetQuery("price:[* TO 150]"); addFacetQuery("price:[151 TO 300]"); etc. addFacetQuery("length:[* TO 5

Re: mincount doesn't work with FacetQuery

2010-03-15 Thread Saïd Radhouani
Chris - Shall I open a JIRA request to add this feature? Thnx 2010/3/11 Chris Hostetter > > : I'm faceting with a query range (with addFacetQuery) and setting mincount > to > : 10 (with setFacetMinCount(10)), but Solr is not respecting this mincount; > : it's still giving me all responses, eve