I could use an easier way to do this myself:
https://issues.apache.org/jira/browse/SOLR-2805
I'm going to add a main method to ZkController that will make this simpler -
I've got an early version that works something like: java -classpath .:*
org.apache.solr.cloud.ZkController 127.0.0.1:9983 127.0
On Mon, Oct 3, 2011 at 8:40 AM, rajannat wrote:
> Hello Mr Mohanty,
> Thanks for your inputs.
> Based on what you said, I tried out a few stuff and I think following change
> fixed the issue:
> Modified the schema.xml to change
> all
> to
> technology_used
[...]
That will work if technlogy_used i
Hello Mr Mohanty,
Thanks for your inputs.
Based on what you said, I tried out a few stuff and I think following change
fixed the issue:
Modified the schema.xml to change
all
to
technology_used
Thanks again.
Regards,
Kumar
On Sun, Oct 2, 2011 at 2:45 AM, Gora Mohanty-3 [via Lucene] <
ml-node+s472
Hi, thanks for your reply.
But, when i set attribute onError="skip", There is no data which import.
This is my config.
*
Hi Steve
Thanks a lot for all the help,before reading your last response, I have created
a new java application in net beans and add both the jars as library to the
newly created application,
and in the main method I have called IndexMergeTool.main and pass all command
line arguments to this me
I'm on OS X for Solr work.
It would be great to have a Tomcat based example because it involves a lot of
effort just to get something up and functional other wise. Here is how I see it
making sense:
1 - Have a tutorial or distribution that has Tomcat and Solr integrated, this
can be cloned an
: i m using solr from trunk 4.0
: Also dismax is set as default qt with
:
: text^2.5 features^1.1 displayName^15.0 mfg^4.0 description^3.0
:
:
: myquery is
: =
: q=+"ab sx"+OR+(mfg:abc+OR+sx)+OR+(displayName:abc+OR+sx)&qt=dismax
:
: It is not working as per my exp
: The join results in only "Post" type documents, so the intersection
: with fq=state_s:California (which only appears on "User" type
: documents) should always give back 0 documents. You need to apply
: that filter before the join translates between these two document
: types.
:
: {!join from=s
On Sun, Oct 2, 2011 at 8:13 PM, Peter Wolanin wrote:
> I've seen a number of users fail to get Solr working correctly in
> combination with the Drupal client code when using the .deb installer
> so I have been strongly recommending against it personally.
Hmm, have never done this myself for Drupa
I've seen a number of users fail to get Solr working correctly in
combination with the Drupal client code when using the .deb installer
so I have been strongly recommending against it personally.
It's also a rather stale version of Solr, generally.
-Peter
On Sun, Oct 2, 2011 at 4:04 AM, Gora Moh
On Fri, Sep 30, 2011 at 11:32 AM, Jason Toy wrote:
> I'm testing out the join functionality on the svn revision 1175424.
> I've found when I add a single filter query to a join it works fine, but
> when I do more then 1 filter query, the query does not return results.
> This single function query
Ahsan,
Maybe one or both of the Lucene jar files are not where your classpath says
they are? Try copying them into the current directory, then adjusting the
classpath entries, like so:
java -cp lucene-core-3.4.0.jar;lucene-misc-3.4.0.jar
org/apache/lucene/misc/IndexMergeTool ./newindex ./app
Hi Steve
Still same problem
Regards
Ahsan
- Original Message -
From: Steven A Rowe
To: "solr-user@lucene.apache.org"
Cc:
Sent: Sunday, October 2, 2011 1:06 AM
Subject: RE: Lucene 3.4.0 Merging
Ahsan,
You have one other problem: on windows, you should use ";" instead of ":" to
sep
On Sun, Oct 2, 2011 at 12:22 PM, Stardrive Engineering
wrote:
> Thanks. Since Tomcat and Solr are running already Tomcat oriented samples to
> quickly get up to
> speed would be good to have next.
I think that the issue is that Jetty is small, and easy to embed and get
running, which is why it i
Thanks. Since Tomcat and Solr are running already Tomcat oriented samples to
quickly get up to speed would be good to have next. What do you think of this
site, is it up to date and worth learning? The site seems to get cut off
prematurely, are there more tutorials of this kind?
http://synaptic
On Sun, Oct 2, 2011 at 2:05 AM, rajannat wrote:
> Hi,
> I created the index and query for the terms using TermsComponent. I get the
> following results:
> Query Results:
> {responseHeader={status=0,QTime=31},terms={technology_used={tool=3,web=3,0=2,2=2,7=2,70=2,adob=2,ee=2,form=2,j=2}}}
> But when
Hi,
I created the index and query for the terms using TermsComponent. I get the
following results:
Query Results:
{responseHeader={status=0,QTime=31},terms={technology_used={tool=3,web=3,0=2,2=2,7=2,70=2,adob=2,ee=2,form=2,j=2}}}
But when searching using terms, I do not get an results of search.
I
17 matches
Mail list logo