Great job Mike. I'm working on a solr-based engine for our newspaper
website and I am wondering what your server specs are for this site?
Ram? Processor? Dedicated vs. Shared? Tomcat, Jetty, other?
Any info like that which would be useful to help guage server
requirements.
Maybe an idea of
Hi
This is faceting, http://wiki.apache.org/solr/SolrFacetingOverview
-Nick
On Nov 14, 2007 1:21 AM, William Silva <[EMAIL PROTECTED]> wrote:
> Hi Mike,
> I´m checking out www.pricejunkie.com and Í would like to know how do
> you group the products and find the price range. Is it a batch process
>
: Be careful. 'rsync' has different meanings for 'directory' v.s.
: 'directory/'. I ran afoul of this.
eliminating some of the confusion about how rsync is one of the reasons
the rsyncd-start and snappuller scripts exist, and why a seperate rsyncd
port is created for each solr instance ... it'
: How does the 'version' parameter work in a solr query?
: I couldn't find anything in the wikis.
it's a hard param to search for because of it's very generic name ... it's
specific to the XMLResponseWriter...
http://wiki.apache.org/solr/XMLResponseFormat
-Hoss
You need to issue just a commit command to solr-2
This will refresh its cache and you will be good to go
The sequence:
1) Index and commit on solr-1
2) Just issue commit on solr-2.
-Original Message-
From: Jae Joo [mailto:[EMAIL PROTECTED]
Sent: Wednesday, November 14, 2007
Be careful. 'rsync' has different meanings for 'directory' v.s.
'directory/'. I ran afoul of this.
-Original Message-
From: Walter Underwood [mailto:[EMAIL PROTECTED]
Sent: Wednesday, November 14, 2007 8:49 AM
To: solr-user@lucene.apache.org
Subject: Re: snappuller rsync parameter error?
No I do not have a default field defined, how would you do that? Thanks a lot,
kasi
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Yonik Seeley
Sent: Tuesday, November 13, 2007 5:41 PM
To: solr-user@lucene.apache.org
Subject: Re: Exception in SOLR when q
How would you then use a custom valueSource? would extending a
requesthandler and explicitly calling the valuesource in the requesthandler
work?
Obviously, thats not very flexible,but it might do for now. Is a pluggable
query parser on the agenda? if so, where can I vote ;-)
Geert-Jan
Yon
Unfortunately, the function query parser isn't currently pluggable.
-Yonik
On Nov 14, 2007 2:02 PM, Britske <[EMAIL PROTECTED]> wrote:
>
> I've created a simple valueSource which is supposed to calculate a weighted
> sum over a list of supplied valuesources.
>
> How can I let Solr recognise this
Hello,
How does the 'version' parameter work in a solr query?
I couldn't find anything in the wikis.
For example:
http://localhost:8080/solr/select/?q=test&version=2.2&start=0&rows=10&indent=on
Thanks,
David
_
Help yourself to FREE
I've created a simple valueSource which is supposed to calculate a weighted
sum over a list of supplied valuesources.
How can I let Solr recognise this valuesource?
I tried to simply upload it as a plugin, and reference is by its name (wsum)
in a functionquery, but got a "Unknown function wsum
: I'm not an rsync expert, but I beleive that /solr/ is a
: virtual directory defined in the rsyncd config. It is mapped
: to the real directory.
correct .. the real directory comes from the scripts.conf
:
: wunder
:
: On 11/14/07 8:43 AM, "Jae Joo" <[EMAIL PROTECTED]> wrote:
:
: > In the sna
I'm not an rsync expert, but I beleive that /solr/ is a
virtual directory defined in the rsyncd config. It is mapped
to the real directory.
wunder
On 11/14/07 8:43 AM, "Jae Joo" <[EMAIL PROTECTED]> wrote:
> In the snappuller, the "solr" is hardcoded. Should it be
> "${master_data_dir}?
>
> # rs
In the snappuller, the "solr" is hardcoded. Should it be
"${master_data_dir}?
# rsync over files that have changed
rsync -Wa${verbose}${compress} --delete ${sizeonly} \
${stats} rsync://${master_host}:${rsyncd_port}/solr/${name}/
${data_dir}/${name}-wip
Thanks,
Jae
On Nov 13, 2007, at 12:08 PM, David Neubert wrote:
I purchased Lucene In Action (really great book by the way, one of
the best technical books (if not the best) that I can ever read.
wow! thank you for that wonderful compliment - made my week.
That said, here is another one -- I found Luce
Solr-1 - for indexing instance - localhost:8880/solr_1
solr-2 - for search - localhost:8080/solr_2 (different port number than
solr-1)
Here is the list of steps what I tried.
1. in the Solr-1, index and commit it. I could see all indexes in the
data/index directory.
How can I commit the index on
Check out:
http://svn.apache.org/viewvc/lucene/solr/trunk/client/java/solrj/test/org/ap
ache/solr/client/solrj/SolrQueryTest.java?revision=555343&view=markup
or
http://svn.apache.org/viewvc/lucene/solr/trunk/client/java/solrj/test/org/ap
ache/solr/client/solrj/SolrQueryTest.java?revision=555343&
The commit can't be false. It can be done or not . If it is not, your users
won't be able to search through the "uncommited" documents. It it's done, users
can search through all document successfully sent to Solr.
You can use the autocommit feature (in solrconfig.xml) to avoid the explicit
Wayne Graham wrote:
>
> The box is running tomcat 5.5.23, so the solr.war file is out of the
> webapps path and the solr/home has the config folder from the examples
> directory.
>
> When I restart Tomcat, I get an error
>
> SEVERE: Exception starting filter SolrRequestFilter class
> java.lan
Many thanks Florent
Hey All
My docs are parsed and indexes are updated (using UpdateRichDocuments
patch). But tell me onething what will happen if i don't commit ?. If commit
is false where the docs are stored ?.
Regards
Dwarak R
- Original Message -
From: "SDIS M. Beauchamp" <[EMA
You should take a look at
http://wiki.apache.org/solr/UpdateRichDocuments?highlight=%28richdocument%29
It gives you a starting point to make the extractor you need
Regards
Florent
-Message d'origine-
De : Dwarak R [mailto:[EMAIL PROTECTED]
Envoyé : mercredi 14 novembre 2007 05:17
À :
21 matches
Mail list logo