Thanks, Hoss.
I actually know Jetty is quite a solid container. However, the admin page
problem is simply wired.
I hope someone could give it a try to reproduce what I have seen. so that we
can proove it's not a problem for all.
regards,
-Hui
On 11/1/06, Chris Hostetter <[EMAIL PROTECTED]> w
That is exactly what I was looking for.
I thought it was possible, just didn't know where to find it.
On 11/1/06, Yonik Seeley <[EMAIL PROTECTED]> wrote:
Hi Robin,
Solr has built-in simple faceted searching that sounds like it does
exactly what you are looking for:
http://wiki.apache.org/solr/S
Hi Robin,
Solr has built-in simple faceted searching that sounds like it does
exactly what you are looking for:
http://wiki.apache.org/solr/SimpleFacetParameters
If you haven't yet, go through the little Solr tutorial here:
http://incubator.apache.org/solr/tutorial.html
(unfortunately, we haven't
I am new to solr, and I have an idea of what I would like my end result to
be. I want to run my plan by the list and make sure that I am approaching
this in the best manor.
* I have items in a database, each item has multiple tags (keywords).
* I would like to preform a search, then get a unique
On 10/31/06, Yonik Seeley <[EMAIL PROTECTED]> wrote:
Bigger batches before a commit will be more efficient in general...
the only state that Solr keeps around before a commit is a
HashTable entry per unique id deleted or overwritten.
You might be able to do your entire collection.
Note that _s
: Have any of you tried keeping jetty running with the example solr on your
: box for a few days? If not, maybe you can try it.
I've left the "java -jar start.jar" Solr example running for several days
before ... i can't honestly remember if i've ever checked that the admin
JSP pages still work
No, there's no logs printed out at all. I have just tried it again. Posting
queries through the URL still works.
Have any of you tried keeping jetty running with the example solr on your
box for a few days? If not, maybe you can try it.
This is really wired to me. Because it happens to two of
Yap, Bill.
The backslash-escaping one works for my zsh as well. And I'm sure you
checked it's working for other major shells.
So I would say backslash seems to be a good solution since you don't have to
worry about double-single quotes.
Thanks!
regards,
-Hui
On 11/1/06, Bill Au <[EMAIL P
: #2 would be even better but as you said, its a lot trickier. For my
: needs, just a spelling suggester would be perfect. Would it require java
: programming, or could I get away with it with the current Solr (adding
: n-gram fields and querying on them)?
If you build the ngrams yourself externa
: So as you suspected, I sent two search queries to the slave, and it
: responded with the correct XML results in my browser. However, it's admin
: page is still down. The log entries appeared correctly on the screen for the
: two queries I posted:
...but there were no other interesting log messa
I did some testing and blackslash-escaping also works:
find /home/yjin/apps/solr-nightly/example/solr/data/ -name snapshot.\*
-print
Hui, can you verify that?
I am already using single quote in the snappuller script to specify the find
command
to as an argument to ssh. I could change that to d
11 matches
Mail list logo