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
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
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 "-"
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
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.
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
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
<<>>
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
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
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
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
: 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
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
13 matches
Mail list logo