Re: Search for a mask that matches the requested string

2014-04-26 Thread Alan Woodward
Hi, I'm the author of luwak. I have a half-finished version sitting in a branch somewhere that pulls all the intervals-fork-specific code out of the library and would run with 4.6. It would need to be integrated into Solr as well, but I have an upcoming project which may well do just that. Fe

Re: Search for a mask that matches the requested string

2014-04-25 Thread Otis Gospodnetic
Luwak is not based on the fork of Lucene or rather, the fork you are seeing is there only because the Luwak authors needed highlighting. If you don't need highlighting you can probably modify Luwak a bit to use regular Lucene. The Lucene fork you are seeing there will also, eventually, be committ

Re: Search for a mask that matches the requested string

2014-04-25 Thread Muhammad Gelbana
Luwak is based on a fork of solr\lucene which I cannot use. I have to do this using solr 4.6, whether by writing extra code or not. Thanks. *-* *Muhammad Gelbana* http://www.linkedin.com/in/mgelbana On Sat, Apr 26, 2014 at 12:13 AM, Ahmet Arslan wrote: > Hi, > > You don't n

Re: Search for a mask that matches the requested string

2014-04-25 Thread Ahmet Arslan
Hi, You don't need to write code for this. Use luwak (I gave the link in my first e-mail) instead. If your can't get luwak running because its too complicated etc, see a similar discussion  http://find.searchhub.org/document/9411388c7d2de701#36e50082e918b10c where diy-percolator example point

Re: Search for a mask that matches the requested string

2014-04-25 Thread Muhammad Gelbana
@Jack, I am ready to write custom code to implement such feature but I don't know what feature in solr should I extend ? Where should I start ? I believe it should be a very simple task. @Ahmet, how can I use the class you mentioned ? Is there a tutorial for it ? I'm not sure how the code in the c

Re: Search for a mask that matches the requested string

2014-04-25 Thread Ahmet Arslan
Hi, Your use case is different than ad hoc retrieval. Where you have set of documents and varying queries. In your case it is the reverse, you have a query (string masks) stored A?, and incoming documents are percolated against it. out of the box Solr does not have support for this t

Re: Search for a mask that matches the requested string

2014-04-25 Thread Jack Krupansky
colate.html -- Jack Krupansky -Original Message- From: Muhammad Gelbana Sent: Friday, April 25, 2014 4:01 PM To: Ahmet Arslan Cc: solr-user@lucene.apache.org Subject: Re: Search for a mask that matches the requested string I have no idea how can this help me. I have been using solr for a f

Re: Search for a mask that matches the requested string

2014-04-25 Thread Muhammad Gelbana
I have no idea how can this help me. I have been using solr for a few weeks and I'm not familiar with it yet. I'm asking for a very simple task, a way to customize how solr matches a string, does this exist in solr ? *-* *Muhammad Gelbana* http://www.linkedin.com/in/mgelbana

Re: Search for a mask that matches the requested string

2014-04-24 Thread Ahmet Arslan
Hi, Please see : https://github.com/flaxsearch/luwak Ahmet On Thursday, April 24, 2014 8:40 PM, Muhammad Gelbana wrote: (Please make sure you reply to my address because I didn't subscribe to this mailing list) I'm using Solr 4.6 I need to store string masks in Solr. By masks, I mean string