I fixed that problem with reconfiguring schema.xml.
Thanks for your help.
Jak
Grant Ingersoll yazmış:
Have you setup your Analyzers, etc. so they correspond to the exact
ones that you were using in Lucene? Under the Solr Admin you can try
the analysis tool to see how your index and queries are
If you want any letter and any possible substring you might be better off
breaking every word into single letters with special tokens between words:
ie:
the quick brown fox
Becomes
t h e ZZ q u i c k ZZ b r o w n ZZ f o x
then you can do all the single letter searches and multi letter searches
In the Solr wiki, there is not described how to install Solr on Tomcat
6, and I not managed it myself :(
In the chapter "Configuring Solr Home with JNDI" there is mentioned the
directory $CATALINA_HOME/conf/Catalina/localhost , which not exists with
TOMCAT 6.
Alternatively I tried the folder $
In context.xml, I added..
I think that's all I did to get it working in Tocmat 6.
--Matthew Runo
On Dec 3, 2007, at 7:58 AM, Jörg Kiegeland wrote:
In the Solr wiki, there is not described how to install Solr on
Tomcat 6, and I not managed it myself :(
In the chapter "Configuring Solr Home
$CALINA_HOME/conf/Catalina/localhost doesn't exist by default, but you can
create it and it will work exactly the same way it did in Tomcat 5. It's not
created by default because its not needed by the manager webapp anymore.
-Original Message-
From: Matthew Runo [mailto:[EMAIL PROTECTED
> You can tell lucene to store token offsets using TermVectors
> (configurable via schema.xml). Then you can customize the request
> handler to return the token offsets (and/or positions) by retrieving
> the TVs.
I think that is the best plan of action, how do I create a custom request
h
I was wondering if there was a way to post a delete query using curl to
delete all records that do not contain a certain field--something like this:
curl http://localhost:8080/solr/update --data-binary
'-_title:[* TO *]' -H
'Content-type:text/xml; charset=utf-8'
The minus syntax seems to ret
On Dec 3, 2007 5:22 PM, Jeff Leedy <[EMAIL PROTECTED]> wrote:
> I was wondering if there was a way to post a delete query using curl to
> delete all records that do not contain a certain field--something like
> this:
>
> curl http://localhost:8080/solr/update --data-binary
> '-_title:[* TO *]' -H
LIke others before me, I stumbled across this bug, where
solr/bin/commit warns that a commit failed when in fact it succeeded
quite nicely, while getting collection distribution up & running
today:
http://www.mail-archive.com/solr-user@lucene.apache.org/msg04585.html
It's a trivial fix, and i
Wouldn't this be: *:* AND "negative query"
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Yonik
Seeley
Sent: Monday, December 03, 2007 2:23 PM
To: solr-user@lucene.apache.org
Subject: Re: How to delete records that don't contain a field?
On Dec 3, 2007
it seems good.
On Dec 3, 2007 1:01 AM, Ken Krugler <[EMAIL PROTECTED]> wrote:
> >Wunder - are you aware of any free dictionaries
> >for either C or J or K? When I dealt with this
> >in the past, I looked for something free, but
> >found only commercial dictionaries.
>
> I would use data files fr
11 matches
Mail list logo