just advice

2007-04-24 Thread James liu
i use solr multi instance, now i m testing solr and i find config file exist in divided directory. so i have to change path to modify config file. why not use user defined config file? i m lazy man, so i choose solr. -- regards jl

Solrsharp feedback

2007-04-24 Thread Jeff Rodenburg
I sent a few messages to the list about Solrsharp, the C# library for working with Solr, a couple of weeks ago. This was the first iteration of the library and something I expected to see modified as others got a chance to review it. I've not heard any feedback since then, though. For those tha

Re: does solr handle updates quickly?

2007-04-24 Thread Chris Hostetter
: > Does Lucene/Solr do, or can it do, any sort of increase on : > relevancy depending on which search result a user picks? if you have a numeric field in your index, and you want it's value to influence the score, this is easy to achieve using FunctionQuery : As a matter of fact, updating only s

RE: Automatically enumerating facets: is it possible?

2007-04-24 Thread Chris Hostetter
: : Solr's model however seems to be much nicer in that you can define on : the fly what facets you want on a query by query basis and even allow : 'users' to define their own facets. (if you were crazy or have a : suitably small index) of course) maybe not individual 'users' but client "applicat

Re: wrong path in snappuller

2007-04-24 Thread Chris Hostetter
: and I'm finding the same issues as : https://issues.apache.org/jira/browse/SOLR-188 in the snappuller, I : haven't looked in other scripts yet. : : rsync -Wa${verbose}${compress} --delete ${sizeonly} \ : ${stats} rsync://${master_host}:${rsyncd_port}/solr/${name}/ : ${data_dir}/${name}-wip that

Re: Automatically enumerating facets: is it possible?

2007-04-24 Thread Paul Battley
Thanks for the reply, Will; that cleared quite a lot of things up in my mind. If all you want is some nice shorthand to turn on a pre-configured set of facets you can set default on the standard / dismax request handlers or write your own. That's a good idea, which might get me what I want, al

Re: Facet fields question

2007-04-24 Thread Giri
Hi Andrew, I am having the same problem, did you firgure this out? Thanks! Giri On 3/29/07, Yonik Seeley <[EMAIL PROTECTED]> wrote: On 3/29/07, Andrew Nagy <[EMAIL PROTECTED]> wrote: > however the facet > results of the 2nd string field all have the ends of the words cut off. Sounds like t

wrong path in snappuller

2007-04-24 Thread galo
I have downloaded all the scripts from the current version in the trunk and I'm finding the same issues as https://issues.apache.org/jira/browse/SOLR-188 in the snappuller, I haven't looked in other scripts yet. rsync -Wa${verbose}${compress} --delete ${sizeonly} \ ${stats} rsync://${master_ho

Re: snapshooter on OS X

2007-04-24 Thread Grant Ingersoll
That was it, now runs past that and hits the known issue of cp -l. I will file a bug for that issue. If no one else gets to it first, I will try to run all the scripts, etc. on OS X after ApacheCon to see if there are any other issues. On Apr 24, 2007, at 9:54 AM, Yonik Seeley wrote: O

RE: Automatically enumerating facets: is it possible?

2007-04-24 Thread Will Johnson
This is an interesting question. Having worked at 2 of the major enterprise search software vendors for the last 6 years I can say that most all other engines out there do in fact handle this by default however they do it at the expense of having to define all the fields you want facets on before

Automatically enumerating facets: is it possible?

2007-04-24 Thread Paul Battley
I'm using Solr's facet-searching features to drill down into a selection of documents, and I want to find the available sub-facets at each stage, as explained on the wiki. For example, if I have facets fields x and y, I can pass the following parameters to enumerate the possible values for those

Re: snapshooter on OS X

2007-04-24 Thread Bertrand Delacretaz
On 4/24/07, Grant Ingersoll <[EMAIL PROTECTED]> wrote: ...++ . /apache-solr-1.1.0-incubating/example/solr/conf/ scripts.conf +++ $'\r' : command not found /apache-solr-1.1.0-incubating/example/... Not sure what $'\r' means exactly, but it might indicate invalid characters either in the snapsho

Re: snapshooter on OS X

2007-04-24 Thread Yonik Seeley
On 4/24/07, Grant Ingersoll <[EMAIL PROTECTED]> wrote: Scripts.conf is: [...] Could you try running dos2unix on this file (or maybe try a nightly build)? -Yonik

Re: snapshooter on OS X

2007-04-24 Thread Grant Ingersoll
Running in example/solr/bin from 1.1 distribution using bash -x ./ snapshooter -u myname -d data ++ . /apache-solr-1.1.0-incubating/example/solr/conf/ scripts.conf +++ $'\r' : command not found /apache-solr-1.1.0-incubating/example/ solr/conf/scripts.conf: line 15: And then later I get the