why store field will be analyzed?

2007-07-31 Thread James liu
fieldset "topic" indexed='false' and stored='true' i don't know why it will be analyzed? now i wanna it only store not analyzed,,,how can i do? -- regards jl

Recipe: multiple webapps in Jetty 6

2007-07-31 Thread Matt Kangas
For anyone who's been watching SOLR-215 ("Multiple Solr Cores"), or otherwise has wanted to run multiple Solr instances in a single Jetty instance... I've posted a new, improved recipe to http:// wiki.apache.org/solr/SolrJetty (scroll to bottom) I've also attached a tarball with a known-good

Re: Highlighting question

2007-07-31 Thread Mike Klaas
On 31-Jul-07, at 9:41 AM, Daniel Alheiros wrote: Hi I've started using highlighting and there is something that I consider a bit odd... It may be caused by the way I'm indexing or querying I'm sure, but just to avoid doing a huge number of tests... I'm querying for "butter" and only exac

Highlighting question

2007-07-31 Thread Daniel Alheiros
Hi I've started using highlighting and there is something that I consider a bit odd... It may be caused by the way I'm indexing or querying I'm sure, but just to avoid doing a huge number of tests... I'm querying for "butter" and only exact matches of butter are returning highlighted, when I chan

Re: Please help! Solr 1.1 HTTP server stops responding

2007-07-31 Thread Jeff Rodenburg
Not sure if this would help you, but we encountered java heap OOM issues with 1.1 earlier this year. We patched solr with the latest bits at the time, which included a lucene memory fix for java heap OOM issues. ( http://issues.apache.org/jira/browse/LUCENE-754) Different servlet container (Tomc

Fwd: Solr 1.3 HTTP server stops responding

2007-07-31 Thread michael ravits
hello again, This happend when I was updating the index. This time I saved the log and there appears this error number of times: SEVERE: Error during auto-warming of key:[EMAIL PROTECTED]:java.lang.OutOfMemoryError: Java heap I have increased Xmx to 850mb. But what else can I do? thank you for

Re: mandatory and optional fields in the dismaxrequesthandler

2007-07-31 Thread [EMAIL PROTECTED]
Chris Hostetter wrote: : Is it possible to specify precisely one or more mandatory fields in a : DismaxRequestHandler? what would the semantics making a field mandatory mean? considering your specific example... : : text^0.5 features^1.0 name^1.2 sku^1.5 id^10.0 manu^1.1 cat^1.4

Re: MoreLikeThis handler and field collapsing.

2007-07-31 Thread Pieter Berkel
What exactly are you trying to achieve by using the MoreLikeThis handler? I created a patch that adds MoreLikeThis functionality (available in the Standard request handler) to the Dismax handler in http://issues.apache.org/jira/browse/SOLR-295 which

Re: How to read values of a field efficiently

2007-07-31 Thread Martin Grotzke
On Mon, 2007-07-30 at 00:30 -0700, Chris Hostetter wrote: > : Is it possible to get the values from the ValueSource (or from > : getFieldCacheCounts) sorted by its natural order (from lowest to > : highest values)? > > well, an inverted term index is already a data structure listing terms > from l