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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
: 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
: > 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
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
18 matches
Mail list logo