SolrTrunk start error

2008-05-27 Thread Eason . Lee
I update my solr to the latest trunk yestoday some error shows when I start it. It seems that Lucene2.4 is not compatible with the former one 2008-5-28 14:50:05 org.apache.solr.common.SolrException log 严重: java.lang.RuntimeException: java.lang.OutOfMemoryError: Java heap space at org.apache.solr.c

simple ui?

2008-05-27 Thread Karl Wettin
It would be perfect if all I had to do was to define a couple of facet fields, a default text query field and some title/body/class type to render the results. Is there such a formula 1A JSP/servlet (or PHP) user interface for Solr? Perhaps something in the example or admin that I missed? I

Re: Release date of SOLR 1.3

2008-05-27 Thread Noble Paul നോബിള്‍ नोब्ळ्
If a feature that is really big (say distributed search) is half baked and not ready for primetime, we must hold on the release till it is completely fixed. That is not to say that every possible enhancements to that feature must be incorporated before we can do a release. If the new changes are n

Re: Re[2]: "null" in admin page

2008-05-27 Thread Chris Hostetter
: I got this problem some time ago. Solr comes configured as multicore and you : running it as only one core. Just disable the multicore settings. FWIW: solr is not "configured as multicore" by default, you shouldn't need to disable anything -- if you have a multicore.xml file, then Solr will r

Re[2]: "null" in admin page

2008-05-27 Thread Chris Hostetter
: Nightly. : : > Which Solr version, though? Nightly? What Otis was getting as what *which* nightly? ... yesterday?, last week?, May 3rd?, etc... but it seems to be present in the trunk. it appears to be a simple XSL oversight, regardless of wether you use single or multicore configs, the

Getting maximum and minimum values of a field

2008-05-27 Thread Jonathan Ariel
Hi!I'm looking for a way to get the maximum and minimum value of a field (like price) in a specific query. First I thought about using facet for that, but since price may have lots of different and unique values, a facet is not a good idea. Any thoughts about how can I achieve this? Thanks! Jonat

Re: solr on ubuntu 8.04

2008-05-27 Thread Jack Bates
Thanks for your suggestions. I have now tried installing Solr on two different machines. On one machine I installed the Ubuntu solr-tomcat5.5 package, and on the other I simply dropped "solr.war" into /var/lib/tomcat5.5/webapps Both machines are running Tomcat 5.5 I get the same error message on

Re: field normalization and omitNorms

2008-05-27 Thread Otis Gospodnetic
If you have tokenized fields of variable size and you want the field length to affect the relevance score, then you do not want to omit norms. Omitting norms is good for fields where length is of no importance (e.g. gender="Male" vs. gender="Female"). Omitting norms saves you heap/RAM, one byt

field normalization and omitNorms

2008-05-27 Thread Phillip Farber
Hi all, I've been looking without success for a simple explanation of the effect of omitNorms=false for a text field. Can someone point me to the relevant doc? What is the effect of omitNorms=false on index size and query performance for say 200K documents that have s single large text fiel

RE: Sorting in different languages

2008-05-27 Thread Chris Hostetter
: I think Solr should support syntax like "sort=title_sv asc locale:sv", : minimally including the language, but possibly also the country : component of the locale, e.g. "sort=title_de asc locale:de_CH" for Swiss : German. I'm not sure how i feel about that syntax, but a fairly straight forwa

solr sorting question

2008-05-27 Thread anuvenk
Question about sorting with solr. I want to group results in certain sort order so i can split them & display in tabs easily. I want to be able to have a custom sort order instead of sort=cat asc score desc In the above mentioned way, categories are grouped in ascending order. But i want certain c

RE: Sorting in different languages

2008-05-27 Thread Steven A Rowe
Hi Uwe, On 05/26/2008 at 8:43 AM, Uwe Klosa wrote: > We're using Solr 1.3 in our application and we have an index > that contains 3 different languages which are stored and > indexed in fields like 'title_sv', 'title_en', 'title_no'. > > Our problem in this case is we want to sort the search > re

RE: Announcement of Solr Javascript Client

2008-05-27 Thread Lance Norskog
Nice! Another technique for the denial-of-service problem: you can regulate the number of simultaneous active servlets. Most servlet containers have a configuration for this somewhere. This will slow down legit users but will still avoid killing the server machine. -Original Message- From

Re: Re[2]: "null" in admin page

2008-05-27 Thread Alexander Ramos Jardim
I got this problem some time ago. Solr comes configured as multicore and you running it as only one core. Just disable the multicore settings. 2008/5/27 JLIST <[EMAIL PROTECTED]>: > Nightly. > > > Which Solr version, though? Nightly? > > > > -- Alexander Ramos Jardim