Re: Problems with special characters

2007-03-22 Thread Thierry Collogne
Thanks. I made some modifications to SolrQuery.java to allow highlighting. I will post the code on http://issues.apache.org/jira/browse/SOLR-20 On 22/03/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: we didnt use it, but i took a quick look : you need to implement the "hl=on" attribute in

Re: how to use snappuller

2007-03-22 Thread James liu
i should setup rsyncd.conf, if yes,how to setup and snappuller will be ok. 2007/3/22, James liu <[EMAIL PROTECTED]>: I think it work. but failed. [root@ /tmp/solr1]# bash bin/snappuller-enable > [root@ /tmp/solr1]# bash bin/snappuller-enable -u root > [root@ /tmp/solr1]# bash bin/snappuller

Re: Problems with special characters

2007-03-22 Thread Maarten . De . Vilder
nice one ! "Thierry Collogne" <[EMAIL PROTECTED]> 22/03/2007 09:00 Please respond to solr-user@lucene.apache.org To solr-user@lucene.apache.org cc Subject Re: Problems with special characters Thanks. I made some modifications to SolrQuery.java to allow highlighting. I will post the c

Re: Problems with special characters

2007-03-22 Thread Thierry Collogne
Thanks. Did you also try using it? On 22/03/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: nice one ! "Thierry Collogne" <[EMAIL PROTECTED]> 22/03/2007 09:00 Please respond to solr-user@lucene.apache.org To solr-user@lucene.apache.org cc Subject Re: Problems with special characters

Re: Problems with special characters

2007-03-22 Thread Maarten . De . Vilder
No, i didn't try to use it (on account of the fact that we dont use Solr to display the results) the only thing our Solr server returns are ID's ... so there is nothing to put highlights on but the code doesnt look half bad :) lets hope the Client Developers pick up on it :) "Thierry Collogn

bzr branches for Apache Lucene/Nutch/Solr/Hadoop at Launchpad

2007-03-22 Thread rubdabadub
Hi: First of all apology to those friends who follow all the list. Often times I work offline and I do not have any commit rights to any of the projects. All the modifications I make for various clients and trying to keep up to date with latest trunk somehow makes it difficult for me to just sti

Setting "Solr Home" via JNDI on Tomcat Bundled with JBoss

2007-03-22 Thread Theodan
Hello. I apologize in advance if I've overlooked something obvious, but I've been trying for over a day to setup Solr to run on the Tomcat 5.5 that's bundled with JBoss AS 4.0.5 GA. There is plenty of help on the Solr Wiki about setting it up on Tomcat 5.5 Standalone, but no help on Tomcat 5.5 B

Re: Thank you...

2007-03-22 Thread Kevin Lewandowski
Thanks for sharing the info, Cass. Is eBay still using Texis? (this used to be obvious from eBay's URLs a few years ago). I used Texis with their Vortex script before Lucene was born. I'd guess no. I read a PDF about ebay's architecture a few months ago and it said all of the search stuff wa

Re: Tiny term boost with an e in it

2007-03-22 Thread Brian Whitman
On Mar 21, 2007, at 4:22 PM, Yonik Seeley wrote: For each TermQuery, I do tq.setBoost( score ); where score is a float my app generates. This usually works except when the numbers get real small, like "2.712607e-4" that I just encountered. Solr seems to destroy the e bit, turning the boost into

Re: multiple indexes

2007-03-22 Thread Mike Klaas
On 3/22/07, Kevin Osborn <[EMAIL PROTECTED]> wrote: Here is an issue that I am trying to resolve. We have a large catalog of documents, but our customers (several hundred) can only see a subset of those documents. And the subsets vary in size greatly. And some of these customers will be creati

Re: How to assure a permanent index.

2007-03-22 Thread Mike Klaas
On 3/22/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: well, yes indeed :) but i do think it is easier to put up synchronisation for deleted documents as well clearing the whole index is kind of overkill when you do this : * delete all documents * submit all documents * commit you should also

Re: Thank you...

2007-03-22 Thread Cass Costello
I haven't heard anyone say "texis" in any discussion since the aquisition. I'll ask about it specifically next week. On 3/22/07, Kevin Lewandowski <[EMAIL PROTECTED]> wrote: > Thanks for sharing the info, Cass. Is eBay still using Texis? (this used to be obvious from eBay's URLs a few years ag

Re: How to assure a permanent index.

2007-03-22 Thread Mike Klaas
On 3/22/07, Thierry Collogne <[EMAIL PROTECTED]> wrote: And how would you do that? Create a new index and point solr to the new index? I don't think that is possible without restarting Solr. You could have two solr webapps, and alternate between to two, pointing your app at one and building o

Re: How to assure a permanent index.

2007-03-22 Thread Thierry Collogne
And how would you do that? Create a new index and point solr to the new index? On 22/03/07, Mike Klaas <[EMAIL PROTECTED]> wrote: On 3/22/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > well, yes indeed :) > but i do think it is easier to put up synchronisation for deleted > documents as wel

Re: How to assure a permanent index.

2007-03-22 Thread Thierry Collogne
Ok. Thanks. On 22/03/07, Mike Klaas <[EMAIL PROTECTED]> wrote: On 3/22/07, Thierry Collogne <[EMAIL PROTECTED]> wrote: > And how would you do that? Create a new index and point solr to the new > index? I don't think that is possible without restarting Solr. You could have two solr webapps, a

Re: multiple indexes

2007-03-22 Thread Chris Hostetter
: Why not create a multivalued field that stores the customer perms? : add has_access:cust1 has_access:cust2, etc to the document at index : time, and turn this into a filter query at query time? this can be a particularly effective solution when the permissions don't change at all .. the ideal s

Re: How to assure a permanent index.

2007-03-22 Thread Chris Hostetter
: > And how would you do that? Create a new index and point solr to the new : > index? : : I don't think that is possible without restarting Solr. : Another possibility is to build the index on a master and use : snappuller to install it on the slave (I'll admit that I've never used that's pret

Re: How to assure a permanent index.

2007-03-22 Thread Thierry Collogne
Where can I find some information about snappulling? On 23/03/07, Chris Hostetter <[EMAIL PROTECTED]> wrote: : > And how would you do that? Create a new index and point solr to the new : > index? : : I don't think that is possible without restarting Solr. : Another possibility is to build th