Re: Solr Flare

2007-01-12 Thread Erik Hatcher
Mel, Welcome! On Jan 11, 2007, at 12:41 AM, Mel Riffe wrote: Solr Flare is actual two pieces of software: 1) a Rails application [flare] that uses 2) a Ruby DSL [solrb] to communicate with a Solr Server. Is this correct? That is correct. I'm envisioning Flare being more about Rails pl

Re: Searching multiple indices (solr newbie)

2007-01-12 Thread Erik Hatcher
On Jan 8, 2007, at 3:13 AM, Chris Hostetter wrote: : > with a single schema -- but dynamicFields are used to store category : > specific fields, so that if you are doing a category specific search, : > category specific filters can be offered to you... : > : > http://shopper.cnet.com/4144-65

Re: listing/enumerating field information

2007-01-12 Thread Yonik Seeley
On 1/12/07, Chris Hostetter <[EMAIL PROTECTED]> wrote: what Tracey was talking about seems much more like Luke-esqe index info: what are all the fields, and what are all the terms in those fields. (and what is the docFreq of each of those terms) Right... it's very similar in appearance, but a b

Re: Lock obtain timeout

2007-01-12 Thread Chris Hostetter
: Are the two problems related? Looking through the mailing list it seems : that changing the settings for useCompoundFile from false to true could : help but before I do that I would like to understand if there are : undesirable side effects, what isn’t this param set to true by : default? To

Re: listing/enumerating field information

2007-01-12 Thread Chris Hostetter
: Sounds like this stuff could/should be extensions to the current facet.field Yeah ... what Erik's talking about really sounds like a simple faceting issue: supporting prefix's for limiting the list of constraints ... what Tracey was talking about seems much more like Luke-esqe index info: what

Re: Does Solr support integration with the Compass framework?

2007-01-12 Thread Ken Krugler
doesn't compass use multiple indexes? yes, compass creates an index for each 'type' it handles. I 'think' you could point solr to it as long as you know that limitation. I started using compass a few months back. It is an amazing system: with almost no effort, it just works. BUT the showsto

Re: One item, multiple fields, and range queries

2007-01-12 Thread Yonik Seeley
On 1/12/07, Jeff Rodenburg <[EMAIL PROTECTED]> wrote: I'm stuck with a query issue that at present seems unresolvable. Hoping the community has some insight to this. My index contains events that have multiple beginning/ending date ranges and multiple locations. For example, event A (uniqueId

One item, multiple fields, and range queries

2007-01-12 Thread Jeff Rodenburg
I'm stuck with a query issue that at present seems unresolvable. Hoping the community has some insight to this. My index contains events that have multiple beginning/ending date ranges and multiple locations. For example, event A (uniqueId = 123) occurs every weekend, sometimes in one location,

Re: listing/enumerating field information

2007-01-12 Thread Yonik Seeley
On 1/12/07, Erik Hatcher <[EMAIL PROTECTED]> wrote: What the user-interface needs is a way to ask Solr for terms that begin with a specified prefix, as the user types. Sounds like this stuff could/should be extensions to the current facet.field facet.field=year&f.year.facet.prefix=186 or facet

Re: Does Solr support integration with the Compass framework?

2007-01-12 Thread Ryan McKinley
doesn't compass use multiple indexes? yes, compass creates an index for each 'type' it handles. I 'think' you could point solr to it as long as you know that limitation. I started using compass a few months back. It is an amazing system: with almost no effort, it just works. BUT the showst

Re: Does Solr support integration with the Compass framework?

2007-01-12 Thread Chris Hostetter
: doesn't compass use multiple indexes? I don't relaly know anything about Compass, but if it's managing seperate index partitions itself then yes it would certainly be hard to try and point a Solr instance at it's index (since you'd just have ot pick one) Solr was designed with teh assumption t

Re: solr boost

2007-01-12 Thread Yonik Seeley
On 1/12/07, Phil Rosen <[EMAIL PROTECTED]> wrote: I am looking for documentation on how to boost a document when adding via http post but am not finding any. Anyone have a pointer on this? http://wiki.apache.org/solr/UpdateXmlMessages [...] -Yonik

solr boost

2007-01-12 Thread Phil Rosen
I am looking for documentation on how to boost a document when adding via http post but am not finding any. Anyone have a pointer on this? Thanks

Re: Does Solr support integration with the Compass framework?

2007-01-12 Thread Graham O'Regan
doesn't compass use multiple indexes? have a read of the "direct lucene" box on http://www.opensymphony.com/compass/versions/1.1M3/html/introduction.html#i-use-lucene would that prevent the two being used together? i'd be interested in getting the two working together as well, it'd be great

RE: Performance tuning

2007-01-12 Thread Stephanie Belton
Thank you! Those are set to zero for me too (at the moment!) so I guess it's good news. -Original Message- From: Mike Klaas [mailto:[EMAIL PROTECTED] Sent: 11 January 2007 23:13 To: solr-user@lucene.apache.org Subject: Re: Performance tuning On 1/11/07, Stephanie Belton <[EMAIL PROTECTED

Lock obtain timeout

2007-01-12 Thread Stephanie Belton
Hello, We are getting hundreds of ‘Lock obtain timed out’ errors (see stack trace below) – checking the mailing list archive : INFO: Opening [EMAIL PROTECTED] DirectUpdateHandler2 12-Jan-2007 14:36:37 org.apache.solr.core.SolrException log SEVERE: Exception during commit/optimize:java.io

Re: listing/enumerating field information

2007-01-12 Thread Erik Hatcher
Let's take this a step further, like I do with a (messy) custom request handler in Collex. For an example, go to http:// www.nines.org/collex and type "sol" into the (slightly misnamed from our technical perspective) "phrase" text box. The drop-down shows all terms beginning with "sol", an