Re: requestHandler ignoring synonyms

2013-03-05 Thread Carlos Alexandro Becker
ur analyzers are really behaving. > > > -- Jack Krupansky > > -----Original Message- From: Carlos Alexandro Becker > Sent: Tuesday, March 05, 2013 8:54 AM > > To: solr-user > Subject: Re: requestHandler ignoring synonyms > > Hi Jack, > > Thanks for your answer,

Re: requestHandler ignoring synonyms

2013-03-05 Thread Carlos Alexandro Becker
eg ex pattern replace filter as well. Maybe you will > ultimately need it, but at this stage of your confusion it only adds to > your confusion. > > > -- Jack Krupansky > > -Original Message- From: Carlos Alexandro Becker > Sent: Tuesday, March 05, 2013 8:33 AM > &g

Re: requestHandler ignoring synonyms

2013-03-05 Thread Carlos Alexandro Becker
erms like this, you'll need > to define a "multiterm" analysis chain. See here for more details: < > http://wiki.apache.org/solr/MultitermQueryAnalysis> > > Erik > > > On Mar 5, 2013, at 07:39 , Carlos Alexandro Becker wrote: >

Re: requestHandler ignoring synonyms

2013-03-05 Thread Carlos Alexandro Becker
t; DocumentContent field? > > Suggestion: leave off the "DocumentContent:" field from the query since it > is included in the qf parameter. > > > -- Jack Krupansky > > -Original Message- From: Carlos Alexandro Becker > Sent: Monday, March 04, 2013 4:0

Re: requestHandler ignoring synonyms

2013-03-04 Thread Carlos Alexandro Becker
us the field name, field type with > analyzer, and the query response with &debugQuery=true. The parsed query > string should have query-time synonyms expanded. > > -- Jack Krupansky > > -Original Message- From: Carlos Alexandro Becker > Sent: Monday, March 04, 2013

Re: POI error while extracting docx document

2013-02-26 Thread Carlos Alexandro Becker
sorry: http://stackoverflow.com/questions/15095202/extracting-docx-files-with-tika-in-apache-solr-gives-nosuchmethod-error On Tue, Feb 26, 2013 at 2:40 PM, Carlos Alexandro Becker wrote: > I've composed a stackoverflow question also.. > > > > On Tue, Feb 26, 2013 at 2:23

Re: POI error while extracting docx document

2013-02-26 Thread Carlos Alexandro Becker
I've composed a stackoverflow question also.. On Tue, Feb 26, 2013 at 2:23 PM, Carlos Alexandro Becker wrote: > Any ideas? > > > On Tue, Feb 26, 2013 at 2:15 PM, Carlos Alexandro Becker < > caarl...@gmail.com> wrote: > >> 4.0.0 and 1.0-beta >> >

Re: POI error while extracting docx document

2013-02-26 Thread Carlos Alexandro Becker
Any ideas? On Tue, Feb 26, 2013 at 2:15 PM, Carlos Alexandro Becker wrote: > 4.0.0 and 1.0-beta > > > On Tue, Feb 26, 2013 at 2:12 PM, Swati Swoboda > wrote: > >> Hey Carlos, >> >> What version of Solr are you running and what version of open

Re: POI error while extracting docx document

2013-02-26 Thread Carlos Alexandro Becker
4.0.0 and 1.0-beta On Tue, Feb 26, 2013 at 2:12 PM, Swati Swoboda wrote: > Hey Carlos, > > What version of Solr are you running and what version of openxml4j did you > import? > > Swati > > -Original Message- > From: Carlos Alexandro Becker [mailto:caarl...

Re: Core URL with solrj

2012-12-17 Thread Carlos Alexandro Becker
PS: I got the 404 when I try to reload the core, I forgot to say. THanks On Mon, Dec 17, 2012 at 11:50 AM, Carlos Alexandro Becker < caarl...@gmail.com> wrote: > I'm trying to use solrj with the new solr4, but having some issues... > > I'm used to use Solr3. I create

Re: Searching in multiple cores via SolrJ

2012-11-14 Thread Carlos Alexandro Becker
thanks anyway, Shawn. On Wed, Nov 14, 2012 at 5:24 PM, Carlos Alexandro Becker wrote: > hmm... the less-horrible way I could think (if solr doesn't support it by > default), is to create another core that "mix" the informations from other > cores, and then, search

Re: Searching in multiple cores via SolrJ

2012-11-14 Thread Carlos Alexandro Becker
1/14/2012 10:48 AM, Carlos Alexandro Becker wrote: > >> Hm, and in the case of my cores have different schemes? >> > > You might have to do all the heavy lifting yourself, after using SolrJ to > retrieve the results. I will say that I have no idea -- there may be ways > you ca

Re: Searching in multiple cores via SolrJ

2012-11-14 Thread Carlos Alexandro Becker
Hm, and in the case of my cores have different schemes? Thanks in advance. On Wed, Nov 14, 2012 at 3:35 PM, Shawn Heisey wrote: > On 11/14/2012 10:19 AM, Carlos Alexandro Becker wrote: > >> What's the best way to search in multiple cores and merge the results >> usin

Re: Error with SolrCloud

2012-11-14 Thread Carlos Alexandro Becker
data folder and etc, ran jboss like this: JAVA_OPTS="-Xmx2048m -XX:MaxPermSize=512m -DzkRun -Dbootstrap_conf=true -DnumShards=5" ./standalone.sh and everything goes just fine. Thank you very much Tomas and Mark for your help. Cheers On Fri, Nov 9, 2012 at 5:39 PM, Carlos Alexandro B

Re: Error with SolrCloud

2012-11-12 Thread Carlos Alexandro Becker
ection have the same > configuration). > Maybe for some reason the solrconfig file was not uploaded properly? Could > you show a gist with what you see when you go to http://host:port > /solr/#/~cloud > and click the "dump" button? > > > On Mon, Nov 12, 2012 at 1

Re: Error with SolrCloud

2012-11-12 Thread Carlos Alexandro Becker
he scripts that Mark mentioned. > > > I didn't realized before that you were using a different context, I think > you should set the "hostContext" parameter (I never actually used that > myself). See http://wiki.apache.org/solr/SolrCloud#Parameter_Reference > >

Re: Error with SolrCloud

2012-11-12 Thread Carlos Alexandro Becker
It's strange, my solrconfig.xml is inside the war file. Just in case, here is the actual content: https://gist.github.com/9f0ea455fd6a0d92a196 Thanks in advance On Mon, Nov 12, 2012 at 1:33 PM, Carlos Alexandro Becker wrote: > Hm, I still getting nullpointers accessing 127.0.0.1:8

Re: Error with SolrCloud

2012-11-12 Thread Carlos Alexandro Becker
Any ideas? On Mon, Nov 12, 2012 at 9:03 AM, Carlos Alexandro Becker wrote: > Good Morning Sirs, > > Following your suggestions, I ran: > > JAVA_OPTS="-DzkRun -DnumShards=2 -Dbootstrap_conf=true > -Dcollection.configName=myconf -Xmx2048m -XX:MaxPermSize=512m" > .

Re: Error with SolrCloud

2012-11-09 Thread Carlos Alexandro Becker
ence to it in the "collection.configName" > parameter. > > One extra note, make sure you clean your zk data, because on the stacktrace > you sent, it looks like the collection '2' was created prior to this call > and it already exists in zk. > > Tomás > > >

Re: Error with SolrCloud

2012-11-09 Thread Carlos Alexandro Becker
hould be using 9080. > > Which Solr instance is the one that can't connect to ZK? how many JBoss > AS > > are you running? > > > > > > > > > > On Fri, Nov 9, 2012 at 4:14 PM, Carlos Alexandro Becker < > > caarl...@gmail.com&g

Re: Error with SolrCloud

2012-11-09 Thread Carlos Alexandro Becker
TE&name=mycollection&numShards=X&collection.configName=myconf > > In the other case, you can omit the configName parameter (the collection > name will be used) and when you create a collection you do it like: > > > http://localhost:8983/solr/admin/collections?action=CREATE&a

Re: Error with SolrCloud

2012-11-09 Thread Carlos Alexandro Becker
ng the collection name in the path (maybe it should be > ../solr/YOURCOLLECTIONNAME/conf?) > > > On Fri, Nov 9, 2012 at 1:58 PM, Carlos Alexandro Becker > wrote: > > > I started my JBoss server with the following command: > > > > > > JAVA_OPTS="-DzkRun -DnumS

Re: SolrCloud with JBoss

2012-11-08 Thread Carlos Alexandro Becker
as such. > > Otis > -- > Performance Monitoring - http://sematext.com/spm > On Nov 8, 2012 1:15 PM, "Carlos Alexandro Becker" > wrote: > > > How can I made SolrCloud work with JBoss? I only find examples with > Jetty, > > running the start.jar with a lot of

Re: migrating from solr3 to solr4

2012-11-07 Thread Carlos Alexandro Becker
n and let me know if it helped > > Stefan > > > On Tuesday, November 6, 2012 at 6:31 PM, Carlos Alexandro Becker wrote: > > > Hi Stefan, > > > > Thank you very much, I just realized that I didn't updated the web.xml ( > http://web.xml), so, > > I not h

Re: migrating from solr3 to solr4

2012-11-06 Thread Carlos Alexandro Becker
another look? > > http://svn.apache.org/viewvc?view=revision&revision=1297578 > > The LoadAdminUiServlet is responsible for replacing those placeholders > which are causing your problems > > HTH at least a bit > Stefan > > > > On Tuesday, November 6, 2012 at 5:02 P

Re: migrating from solr3 to solr4

2012-11-06 Thread Carlos Alexandro Becker
ns.com > > Where Influence Isn’t a Game > > > On Tue, Nov 6, 2012 at 8:35 AM, Carlos Alexandro Becker > wrote: > > I > > got the following error in browser console: > > > > http://localhost:8080/indexer/$%7BcontextPath%7D$%7BadminPath%7D?wt=json > -- Atenciosamente, *Carlos Alexandro Becker* https://profiles.google.com/caarlos0