Re: Solr DataConfig / DIH Question

2010-06-13 Thread MitchK
Guys??? You are in the wrong thread. Please, send a message to the mailing list, do not answer to existing posts. Thank you. -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-and-Nutch-Droids-to-use-or-not-to-use-tp890640p892041.html Sent from the Solr - User mailing li

Re: how to patch?

2010-06-13 Thread Abdelhamid ABID
check this http://mail-archives.apache.org/mod_mbox/lucene-solr-user/201003.mbox/%3c495b6571003260900p2d1e7a01ib5aa211f84379...@mail.gmail.com%3e 2010/6/13 Li Li > I want to use fast highlighter in solr1.4 and find a issue in > https://issues.apache.org/jira/browse/SOLR-1268 > File Name

dealing with dash chars in fields when using dismax

2010-06-13 Thread Lukas Kahwe Smith
Hi, I am using dismax on solr 1.4 and I am running into an issue with fields that contain dash chars: Foo-Bar - Company Now if someone searches for exactly "Foo-Bar - Company" the resulting dismax query would disallow "Company" when trying to find a match. Obviously I could just ignore all "-"

problem whith solr slave replication

2010-06-13 Thread Riccardo Setti
Hi all, i've setup solr replication as described here : http://wiki.apache.org/solr/SolrReplication#enable.2BAC8-disable_master.2BAC8-slave_in_a_node On my slave server data/ is plain of index.$timestamps that aren't commited in the main index/ is this a bug? how can i force the commit of a rep

error running dih import

2010-06-13 Thread Lukas Kahwe Smith
Hi, what could cause this issue? i cannot reproduce it on my dev machine, but i am pretty sure its not an access control issue in either the file system nor the database. INFO: Creating a connection for entity entitydelete with URL: jdbc:mysql://localhost/foo Jun 13, 2010 4:06:54 PM org.apache.

Re: dealing with dash chars in fields when using dismax

2010-06-13 Thread Erick Erickson
Have you tried escaping the dashes? Your dismax definition and the output from the analysis admin page would also help. Best Erick On Sun, Jun 13, 2010 at 5:27 AM, Lukas Kahwe Smith wrote: > Hi, > > I am using dismax on solr 1.4 and I am running into an issue with fields > that contain dash char

Re: dealing with dash chars in fields when using dismax

2010-06-13 Thread Lukas Kahwe Smith
On 13.06.2010, at 16:57, Erick Erickson wrote: > Have you tried escaping the dashes? Your dismax definition > and the output from the analysis admin page would also help. sure .. escaping ends up being the same as removing. but i guess it would be the better approach of course. but still is th

Re: dealing with dash chars in fields when using dismax

2010-06-13 Thread Erick Erickson
<<>> I don't think so. Removing would mean that the same exact match search would match documents with and without hyphens. I.e. searching for "my - way" would match either original content of "my way" or "my - way". Whereas escaping the hyphen would cause only the correct exact match to be returne

Re: dealing with dash chars in fields when using dismax

2010-06-13 Thread Lukas Kahwe Smith
On 13.06.2010, at 17:20, Erick Erickson wrote: > << work on my end to handle dash both as a special and as a normal char.>>> > > And how would the code know? You're essentially asking for DWIM (Do What I > Mean) functionality, which I've been awaiting for many years > > It seems a reasonabl

Re: error running dih import

2010-06-13 Thread Lukas Kahwe Smith
On 13.06.2010, at 16:46, Lukas Kahwe Smith wrote: > Hi, > > what could cause this issue? > i cannot reproduce it on my dev machine, but i am pretty sure its not an > access control issue in either the file system nor the database. > > INFO: Creating a connection for entity entitydelete with UR

Re: dealing with dash chars in fields when using dismax

2010-06-13 Thread Lance Norskog
There will always be edge cases and the parser cannot be all things to all people. Most applications have an application layer that create the actual Solr query, and that is where you'll have to handle this one. On Sun, Jun 13, 2010 at 8:25 AM, Lukas Kahwe Smith wrote: > > On 13.06.2010, at 17:20

Re: Question about specifying the query analysis at query time

2010-06-13 Thread Chris Hostetter
: stopword.txt has the same words in the index and query analyzer. The thing : is, in some search requests (not all of them) want to add some extra : stopwords (at query time). The 3 fields would have the same extra stopwords. : I want these extra stopwords to be indexed in the index but that some

Re: Dynamic dataConfig files in DIH

2010-06-13 Thread Maddy.Jsh
I have multiple db-data-config file which I have created according to my needs. I want to be able to specify which config file to use while performing DIH. -- View this message in context: http://lucene.472066.n3.nabble.com/Dynamic-dataConfig-files-in-DIH-tp875421p893553.html Sent from the Solr