: Are there any features in DUH2 that are not in DUH? I mean semantic
: differences, not just speedups.
To the best of my knowledge no, but i am not an expert on DUH or DUH2.
-Hoss
:
: I'm trying to implement a custom UpdateProcessor which requires access to
: SolrIndexSearcher. However, I'm constantly running into "Too many open
: files" exception. I'm confused about which is the correct way to get access
: to SolrIndexSearcher in UpdateProcessor:
:
: 1) req.getSearcher()
: The default field separator seems to be a '.' when highlighting
: multi-value fields. Can this be overridden in 1.2 to another character?
Default field seperator where? in the response? can you give a specific
example of what you are talking about?
-Hoss
Trunk has much more data in its spellcheck response, see http://
wiki.apache.org/solr/SpellCheckerRequestHandler .
-Mike
On 7-Dec-07, at 3:46 PM, Matthew Runo wrote:
I'll give it a try. Seems like the Spellcheck response type is
pretty basic.
Thanks!
Matthew Runo
Software Develope
I'll give it a try. Seems like the Spellcheck response type is pretty
basic.
Thanks!
Matthew Runo
Software Developer
702.943.7833
On Dec 7, 2007, at 11:23 AM, Ryan McKinley wrote:
Matthew Runo wrote:
Hello!
Please forgive my newbie question about SolrJ, but I was unable to
find m
OG: Yes, I think that makes sense - distribute everything for a given core, not
just its index. And the spellchecker could then also have its data dir (and
only index/ underneath really) and be replicated in the same fashion.
Right?
Yes, that was my thought. If an arbitrary directory could
Matthew Runo wrote:
Hello!
Please forgive my newbie question about SolrJ, but I was unable to find
my answer in the SOLRJ source code or the wiki (I'll add it if someone
helps).
Would anyone be so kind as to provide a quick example of using the
Spellcheck handler and the MoreLikeThis handle
How can I retrieve the "analyzed tokens" (e.g. the stemmed values) of a
specific field?
Hello!
Please forgive my newbie question about SolrJ, but I was unable to
find my answer in the SOLRJ source code or the wiki (I'll add it if
someone helps).
Would anyone be so kind as to provide a quick example of using the
Spellcheck handler and the MoreLikeThis handler with SOLR-J?
T
Right, that makes sense and it's really what I just said in my reply to Ryan's
email. But currently only data/index* is being replicated, unless I'm
misreading this part of snapshooter:
# take a snapshot using hard links into temporary location
# then move it into place atomically
if [[ "${OS}"
Hi,
- Original Message
From: Ryan McKinley <[EMAIL PROTECTED]>
To: solr-user@lucene.apache.org
Sent: Friday, December 7, 2007 1:13:02 PM
Subject: Re: spellchecker and multi-core index replication
>
> 2) with multi-core stuff getting in, is Bill Au going to be adding
support for multip
2) with multi-core stuff getting in, is Bill Au going to be adding support for
multiple indices anyway?
As is, you can use all existing scripts for each index. You just need
to run snapwhatever for each index.
Perhaps if distribution could be handled for a directory that is not
necessa
On Dec 7, 2007 12:53 PM, Otis Gospodnetic <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I wrote the original spellchecker request handler a while back and a lot of
> people seem to be using the spellchecker stuff, fixing and improving it! :)
> But recently I realized I never wrote anything that takes care
Hi,
I wrote the original spellchecker request handler a while back and a lot of
people seem to be using the spellchecker stuff, fixing and improving it! :)
But recently I realized I never wrote anything that takes care of the
spellchecker index replication. Looking at snapshooter, it's complete
Uh, this one really is a FAQ. Reverse your words before indexing is one
approach. Using N-grams is another. Allowing the leading wildcard in the
query parser is a third one. The details of each must be in the ML archives...
Otis
--
Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch
-
On Dec 7, 2007 11:34 AM, Steve Barr <[EMAIL PROTECTED]> wrote:
> I'm new to Solr and getting an unexpected result. Basically I have a
> field "location" and one document with location values "Europe",
> "France", and "United States". When I try to do a faceted query on
> the location field, "Fran
I'm new to Solr and getting an unexpected result. Basically I have a
field "location" and one document with location values "Europe",
"France", and "United States". When I try to do a faceted query on
the location field, "France" returns 0 results, but the other two
locations are found.
Schema.x
Has anyone managed to run solr 1.2 on WebSphere 6.1. It ought to be possible so
far as I can tell but currently I just get Error 404: SRVE0190E: File not
found: {0} when I try and launch the admin page.
Hope someone can help.
Thanks,
Sean
_
Hi,
I have follow http://wiki.apache.org/solr/UpdateRichDocuments to start
working with rich document parsing and it's great. Thank's Eric for
it!!!
Now, i want to integrate this feature in my Java application, and
here's my question:
Solrj client can be used to post to
http://localhost:8080/solr
Ok..thanks. will try
On 12/7/07, Ryan McKinley <[EMAIL PROTECTED]> wrote:
>
> Laxmilal Menaria wrote:
> > I have tried that :
> >
> > ?q=laxmilal&qt=dismax&fl=FriendID,Title,Address,PhoneNo,Comments
> > ?q=video&qt=dismax&qf=FriendID,Title,Address,PhoneNo,Comments
> >
>
> fl is for returning field
Laxmilal Menaria wrote:
I have tried that :
?q=laxmilal&qt=dismax&fl=FriendID,Title,Address,PhoneNo,Comments
?q=video&qt=dismax&qf=FriendID,Title,Address,PhoneNo,Comments
fl is for returning fields, you need 'qf'
http://wiki.apache.org/solr/DisMaxRequestHandler?highlight=%28DisMax%29#head-af
You have to read the example solrconfig.xml bundled with a fresh install of solr
You'll find everything about dismax request handler
-Message d'origine-
De : Laxmilal Menaria [mailto:[EMAIL PROTECTED]
Envoyé : vendredi 7 décembre 2007 09:12
À : solr-user@lucene.apache.org
Objet : Re: Ho
I have tried that :
?q=laxmilal&qt=dismax&fl=FriendID,Title,Address,PhoneNo,Comments
?q=video&qt=dismax&qf=FriendID,Title,Address,PhoneNo,Comments
But both are not return search results, is any configuration in config for
that ? my configuration is :
LM
On 12/7/07, SDIS M. Beauchamp
23 matches
Mail list logo