Re: Search Multiple indexes In Solr

2007-11-08 Thread zx zhang
It is said that this new feather will be added in solr1.3, but I am not sure about that. I think the following maybe useful for you: https://issues.apache.org/jira/browse/SOLR-303 https://issues.apache.org/jira/browse/SOLR-255 2007/11/8, j 90 [EMAIL PROTECTED]: Hi, I'm new to Solr but very

Re: SOLR 1.2 - Duplicate Documents??

2007-11-08 Thread Yonik Seeley
On Nov 7, 2007 12:30 PM, realw5 [EMAIL PROTECTED] wrote: We did have Tomcat crash once (JVM OutOfMem) durning an indexing process, could that be a possible source of the issue? Yes. Deletes are buffered and carried out in a different phase. -Yonik

AW: What is the best way to index xml data preserving the mark up?

2007-11-08 Thread Hausherr, Jens
Hi, if you just need to preserve the xml for storing you could simply wrap the xml markup in CDATA. Splitting your structure beforehand and using dynamic fields might be a viable solution... eg. add doc field name=foo1value 1/field field name=foo2value 2/field field

Discovering RequestHandler parameters at runtime

2007-11-08 Thread Grant Ingersoll
Hi, Is there anyway to interrogate a RequestHandler to discover what parameters it supports at runtime? Kind of like a BeanInfo for RequestHandlers? Has anyone else thought about doing this and what it might look like? Seems like it would be useful for building dynamic web forms.

RE: What is the best way to index xml data preserving the mark up?

2007-11-08 Thread Binkley, Peter
I've used eXist for this kind of thing and had good experiences, once I got a grip on Xquery (which is definitely worth learning). But I've only used it for small collections (under 10k documents); I gather its effective ceiling is much lower than Solr's. Possibly it will be possible to use

Re: AW: What is the best way to index xml data preserving the mark up?

2007-11-08 Thread David Neubert
Thanks -- C-Data might be useful -- and I was looking into dynamic fields as solution as well -- I think a combination of the two might work. - Original Message From: Hausherr, Jens [EMAIL PROTECTED] To: solr-user@lucene.apache.org Sent: Thursday, November 8, 2007 4:03:02 AM Subject:

Re: Discovering RequestHandler parameters at runtime

2007-11-08 Thread Chris Hostetter
: Is there anyway to interrogate a RequestHandler to discover what parameters : it supports at runtime? Kind of like a BeanInfo for RequestHandlers? Has : Also, check: : http://wiki.apache.org/solr/MakeSolrMoreSelfService Yeah, that wiki is as far as i ever got. note that it vastly

Re: Tomcat JNDI Settings

2007-11-08 Thread Wayne Graham
Hi Hoss, I just wanted to follow up to the list on this one...I could never get the JNDI settings to work with Tomcat. I went to Jetty and everything is working quite nicely. Wayne Chris Hostetter wrote: : Thanks for getting back to me. The folder /var/lib/tomcat5/solr/home : exists as does

Re: Discovering RequestHandler parameters at runtime

2007-11-08 Thread Ryan McKinley
Grant Ingersoll wrote: Hi, Is there anyway to interrogate a RequestHandler to discover what parameters it supports at runtime? Kind of like a BeanInfo for RequestHandlers? Has anyone else thought about doing this and what it might look like? Seems like it would be useful for building

Re: AW: What is the best way to index xml data preserving the mark up?

2007-11-08 Thread Chris Hostetter
: Thanks -- C-Data might be useful -- and I was looking into dynamic : fields as solution as well -- I think a combination of the two might : work. I must admit i haven't been following this thread that closely, so i'm not sure how much of the structure of the XML you want to preserve for the

Re: How to do GeoSpatial search in SOLR/Lucene

2007-11-08 Thread Chris Hostetter
: How to do Geo Spatial search in SOLR/Lucene? i still haven't had a chance to play with any of the good stuff people have been talking about, but there have been several recent threads talking about it... http://www.nabble.com/forum/Search.jtp?query=geographiclocal=yforum=14479 -Hoss

Re: AW: What is the best way to index xml data preserving the mark up?

2007-11-08 Thread Tricia Williams
Hi Dave, This sounds like what I've been trying to work out with https://issues.apache.org/jira/browse/SOLR-380. The idea that I'm running with right now is indexing the xml and storing the data in the xml tags as a Payload. Payload is a relatively new idea from Lucene. A custom

Boolean matches in a unique instance of a multi-value field?

2007-11-08 Thread David Neubert
Is it possible to find boolean matches (foo AND bar) in a single unique instance of a multi-value field. So if foo is found in one instance of multi-value field, and is also found in another instance of the multi-value field -- this WOULD NOT be a match, but only if both words are found in

Re: Simple sorting questions

2007-11-08 Thread Chris Hostetter
: 1. There appears to be (at least) two ways to specify sorting, one : involving an append to the q parm and the other using the sort parm. : Are these exactly equivalent? : :http://localhost/solr/select/?q=martha;author+asc :http://localhost/solr/select/?q=marthasort=author+asc They

Re: Multiple indexes

2007-11-08 Thread John Reuning
I've had good luck with MultiCore, but you have to sync trunk from svn and apply the most recent patch in SOLR-350. https://issues.apache.org/jira/browse/SOLR-350 -jrr Jae Joo wrote: Hi, I am looking for the way to utilize the multiple indexes for signle sole instance. I saw that there is

Re: Tomcat JNDI Settings

2007-11-08 Thread Chris Hostetter
: I just wanted to follow up to the list on this one...I could never get : the JNDI settings to work with Tomcat. I went to Jetty and everything is I'm not sure what to tell you. I've been preping my ApacheCon demo for next week using Tomcat and JNDI and i haven't had any problems i've

Re: AW: What is the best way to index xml data preserving the mark up?

2007-11-08 Thread David Neubert
Chris I'll try to track down your Jira issue. (2) sounds very helpful -- I am only 2 days old in SOLR/Lucene experience, but know what I need -- and basically its to search by the main granules in an xml document, with usually turn out to be for books book (rarley), chapter (more often),

Re: where to hook in to SOLR to read field-label from functionquery

2007-11-08 Thread Chris Hostetter
: Say I have a custom functionquery MinFloatFunction which takes as its : arguments an array of valuesources. : : MinFloatFunction(ValueSource[] sources) : : In my case all these valuesources are the values of a collection of fields. a ValueSource isn't required to be field specifc (it may

Re: What is the best way to index xml data preserving the mark up?

2007-11-08 Thread David Neubert
Thanks, I think storing the XPath is where I will ultimately wind up -- I will look into your links recommended below. Its an interesting debate where the break even point is between Lucene/XPath storing XPath info -- utilizing that for lookup and position within DOM structures, verse a full

2Gb process on 32 bits

2007-11-08 Thread Isart Montane
Hi all, i'm experiencing some trouble when i'm trying to lauch solr with more than 1.6GB. My server is a FC5 with 8GB RAM but when I start solr like this java -Xmx2000m -jar start.jar i get the following errors: Error occurred during initialization of VM Could not reserve enough space for

Re: Score of exact matches

2007-11-08 Thread Papalagi Pakeha
On 11/6/07, Walter Underwood [EMAIL PROTECTED] wrote: This is fairly straightforward and works well with the DisMax handler. Indes the text into three different fields with three different sets of analyzers. Use something like this in the request handler: [...] str name=qf