Re: DirectUpdateHandler and DirectUpdateHandler2

2007-12-07 Thread Chris Hostetter
: 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

Re: Access to SolrIndexSearcher in UpdateProcessor

2007-12-07 Thread Chris Hostetter
: : 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()

Re: Field seperater for highlighting multi-value fields

2007-12-07 Thread Chris Hostetter
: 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

Re: SolrJ and MoreLikeThis / Spellchecker

2007-12-07 Thread Mike Klaas
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

Re: SolrJ and MoreLikeThis / Spellchecker

2007-12-07 Thread Matthew Runo
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

Re: spellchecker and multi-core index replication

2007-12-07 Thread Ryan McKinley
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

Re: SolrJ and MoreLikeThis / Spellchecker

2007-12-07 Thread Ryan McKinley
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

display tokens

2007-12-07 Thread s d
How can I retrieve the "analyzed tokens" (e.g. the stemmed values) of a specific field?

SolrJ and MoreLikeThis / Spellchecker

2007-12-07 Thread Matthew Runo
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

Re: spellchecker and multi-core index replication

2007-12-07 Thread Otis Gospodnetic
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}"

Re: spellchecker and multi-core index replication

2007-12-07 Thread Otis Gospodnetic
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

Re: spellchecker and multi-core index replication

2007-12-07 Thread Ryan McKinley
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

Re: spellchecker and multi-core index replication

2007-12-07 Thread Yonik Seeley
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

spellchecker and multi-core index replication

2007-12-07 Thread Otis Gospodnetic
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

Re: Searches starting with wildcard

2007-12-07 Thread Otis Gospodnetic
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 -

Re: Facet question

2007-12-07 Thread Yonik Seeley
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

Facet question

2007-12-07 Thread Steve Barr
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

solr on websphere.. is it possible?

2007-12-07 Thread Sean Laval
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 _

Update Rich Documents client question

2007-12-07 Thread Ricardo Borillo
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

Re: How do I search in all fields without index by solr

2007-12-07 Thread Laxmilal Menaria
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

Re: How do I search in all fields without index by solr

2007-12-07 Thread Ryan McKinley
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

RE: How do I search in all fields without index by solr

2007-12-07 Thread SDIS M. Beauchamp
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

Re: How do I search in all fields without index by solr

2007-12-07 Thread Laxmilal Menaria
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