Yes. Although it might work under Cygwin, too.
Otis
--
Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch
- Original Message
> From: Ashish P
> To: solr-user@lucene.apache.org
> Sent: Saturday, May 23, 2009 10:33:38 PM
> Subject: Re: solr replication 1.3
>
>
> OK. And the r
OK. And the replication available with solr 1.3 is only for unix right??
Thanks,
Ashish
Noble Paul നോബിള് नोब्ळ्-2 wrote:
>
> On Fri, May 22, 2009 at 3:12 PM, Ashish P
> wrote:
>>
>> I want to add master slave configuration for solr. I have following solr
>> configuration:
>> I am using solr
I am using 1.3.
I know it is not being executed because I stepped through the code a bit.
It gets here
- main\java\org\apache\solr\handler\dataimport\SQLEntityProcessor.java -
Method - nextModifiedParentRowKey - When there is a modified row in my data
template.
However, when it tries to pull
the
>
> Hmm, I saw the comment in ClusteringDocumentList.java of Carrot2:
>
> /*
> * If you know what query generated the documents you're about to cluster,
> pass
> * the query to the algorithm, which will usually increase clustering
> quality.
> */
> attributes.put(AttributeNames.QUERY, "data mining"
>
> 1. if q=*:* is requested, Carrot2 will receive "MatchAllDocsQuery"
>> via attributes. Is it OK?
>>
>
> Yes, it only clusters on the Doc List, not the Doc Set (in other words,
> it's your rows that matter)
Just to add to that: Carrot2 should be able to cluster up to ~1000 search
results, but b
Grant Ingersoll wrote:
On May 22, 2009, at 11:41 PM, Koji Sekiguchi wrote:
I'm thinking using clustering (SOLR-769) function for my project.
I have a couple of questions:
1. if q=*:* is requested, Carrot2 will receive "MatchAllDocsQuery"
via attributes. Is it OK?
Yes, it only clusters on t
On May 22, 2009, at 11:41 PM, Koji Sekiguchi wrote:
I'm thinking using clustering (SOLR-769) function for my project.
I have a couple of questions:
1. if q=*:* is requested, Carrot2 will receive "MatchAllDocsQuery"
via attributes. Is it OK?
Yes, it only clusters on the Doc List, not the Doc
Hi Everyone (sorry for the cross post),
Lucene/Solr Meetup, June 3
http://www.meetup.com/SFBay-Lucene-Solr-Meetup/
Join us for an evening of presentations and discussion on
Lucene/Solr/Nutch/Mahout (and the rest of the Lucene ecosystem), the
Apache Open Source Search Engine/Platform, featurin
Hi everyone:
My solr index crashed while it was being updated. I don't have a clue why
this is happened . The index contains around 8 million docs. During update,
each contains 100 . in solrconfig.xml, i set the
1000.
following is the error message :
---