Multicore Issue - Server Restart

2012-05-28 Thread Sujatha Arun
Hello , We have a multicore webapp for every 50 cores.Currently 3 Multicore webapps and 150 cores distributed across the 3 webapps. When we re started the server [Tomcat] ,we noticed that the solr.xml was wiped out and we could not see any cores in webapp1 and webapp3 ,but only a few cores in

Re: Multicore solr

2012-05-23 Thread Amit Jha
Please any one can help me on this Rgds AJ On 23-May-2012, at 14:37, Jens Grivolla wrote: > So are you even doing text search in Solr at all, or just using it as a > key-value store? > > If the latter, do you have your schema configured so > that only the search_id field is indexed (with a ke

Re: Multicore solr

2012-05-23 Thread Shanu Jha
Jens, Yes we are doing text search. My question to all is, the approach of creating cores for each user is a good idea? AJ On Wed, May 23, 2012 at 2:37 PM, Jens Grivolla wrote: > So are you even doing text search in Solr at all, or just using it as a > key-value store? > > If the latter, do y

Re: Multicore solr

2012-05-23 Thread Jens Grivolla
So are you even doing text search in Solr at all, or just using it as a key-value store? If the latter, do you have your schema configured so that only the search_id field is indexed (with a keyword tokenizer) and everything else only stored? Also, are you sure that Solr is the best option as a

Re: Multicore solr

2012-05-23 Thread Shanu Jha
Awaiting for suggestions. On Wed, May 23, 2012 at 8:04 AM, Amit Jha wrote: > Hi, > > Thanks for your advice. > It is basically a meta search application. Users can perform a search on N > number of data sources at a time. We broadcast Parallel search to each > selected data sources and write da

Re: Multicore solr

2012-05-22 Thread Amit Jha
Hi, Thanks for your advice. It is basically a meta search application. Users can perform a search on N number of data sources at a time. We broadcast Parallel search to each selected data sources and write data to solr using custom build API(API and solr are deployed on separate machine API jo

Re: Multicore solr

2012-05-22 Thread Sohail Aboobaker
It would help if you provide your use case. What are you indexing for each user and why would you need a separate core for indexing each user? How do you decide schema for each user? It might be better to describe your use case and desired results. People on the list will be able to advice on the b

Multicore solr

2012-05-22 Thread Shanu Jha
Hi all, greetings from my end. This is my first post on this mailing list. I have few questions on multicore solr. For background we want to create a core for each user logged in to our application. In that case it may be 50, 100, 1000, N-numbers. Each core will be used to write and search index

Re: Multicore Solr

2012-05-22 Thread Shanu Jha
; Hi all, > > > > greetings from my end. This is my first post on this mailing list. I have > > few questions on multicore solr. For background we want to create a core > > for each user logged in to our application. In that case it may be 50, > 100, > > 1000, N-numb

Re: Multicore Solr

2012-05-22 Thread findbestopensource
his is my first post on this mailing list. I have > few questions on multicore solr. For background we want to create a core > for each user logged in to our application. In that case it may be 50, 100, > 1000, N-numbers. Each core will be used to write and search index in real > time.

Multicore Solr

2012-05-22 Thread Shanu Jha
Hi all, greetings from my end. This is my first post on this mailing list. I have few questions on multicore solr. For background we want to create a core for each user logged in to our application. In that case it may be 50, 100, 1000, N-numbers. Each core will be used to write and search index

RE: no css on browse UI when multicore

2012-05-21 Thread Aleksander Akerø
From: Erik Hatcher [mailto:erik.hatc...@gmail.com] Sent: 21. mai 2012 14:33 To: solr-user@lucene.apache.org Subject: Re: no css on browse UI when multicore On May 21, 2012, at 08:11 , Aleksander Akerø wrote: > The css files from the browse GUI in solr 3.6 does not seem to work >

Re: no css on browse UI when multicore

2012-05-21 Thread Erik Hatcher
On May 21, 2012, at 08:11 , Aleksander Akerø wrote: > The css files from the browse GUI in solr 3.6 does not seem to work properly > when solr is deployed with multiple cores and I can’t figure out how to > solve this. I know this have been an issue in solr but I thought it was > fixed in the newe

no css on browse UI when multicore

2012-05-21 Thread Aleksander Akerø
Hi The css files from the browse GUI in solr 3.6 does not seem to work properly when solr is deployed with multiple cores and I can’t figure out how to solve this. I know this have been an issue in solr but I thought it was fixed in the newer versions. Any answers or pointers on how to get

Multicore file handling

2012-05-14 Thread Aleksander Akerø
Hi I’m having problems with the file handling when using multicore setup in solr 3.6. The same issue that is described in Solr-1894 <https://issues.apache.org/jira/browse/SOLR-1894> . In Jira it says that it has been fixed in 3.1, doesn’t that mean that it should work also for 3.6?

Re: need some help with a multicore config of solr3.6.0+tomcat7. mine reports: "Severe errors in solr configuration."

2012-05-03 Thread locuse
On Thu, May 3, 2012, at 11:10 AM, Erick Erickson wrote: > I've never seen lib directives nested, I doubt they're necessary > and it's vaguely possible that this is not intentionally supported. > > I'd try un-nesting them personally. > changing to, still works, doesn't appear to c

Re: need some help with a multicore config of solr3.6.0+tomcat7. mine reports: "Severe errors in solr configuration."

2012-05-03 Thread Erick Erickson
                                                                         dir="./contrib/velocity/lib"> >                                         >                                 >                         >                 >                ... >                ${solr.data.dir:/srv/www/solrbase/data} >                ... > > did the trick.  i&#x

Re: need some help with a multicore config of solr3.6.0+tomcat7. mine reports: "Severe errors in solr configuration."

2012-05-03 Thread locuse
ml vi solrconfig.xml ... ... ${solr.data.dir:/srv/www/solrbase/data} ... did the trick. i've a multicore setup working now. thanks! tbh, i'm not at all sure why the *nested* stanza is used (i just lifted it from an ex

Re: need some help with a multicore config of solr3.6.0+tomcat7. mine reports: "Severe errors in solr configuration."

2012-05-03 Thread Erick Erickson
s.com/2012/04/12/solr4-tomcat-multicor/ > > Hope that helps > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/need-some-help-with-a-multicore-config-of-solr3-6-0-tomcat7-mine-reports-Severe-errors-in-solr-confi-tp3957196p3957389.html > Sent from th

Re: need some help with a multicore config of solr3.6.0+tomcat7. mine reports: "Severe errors in solr configuration."

2012-05-02 Thread vybe3142
I chronicled exactly what I had to configure to slay this dragon at http://vinaybalamuru.wordpress.com/2012/04/12/solr4-tomcat-multicor/ Hope that helps -- View this message in context: http://lucene.472066.n3.nabble.com/need-some-help-with-a-multicore-config-of-solr3-6-0-tomcat7-mine-reports

RE: need some help with a multicore config of solr3.6.0+tomcat7. mine reports: "Severe errors in solr configuration."

2012-05-02 Thread Robert Petersen
, May 02, 2012 1:06 PM To: solr-user@lucene.apache.org Subject: need some help with a multicore config of solr3.6.0+tomcat7. mine reports: "Severe errors in solr configuration." i've installed tomcat7 and solr 3.6.0 on linux/64 i'm trying to get a single webapp + multicore s

need some help with a multicore config of solr3.6.0+tomcat7. mine reports: "Severe errors in solr configuration."

2012-05-02 Thread locuse
i've installed tomcat7 and solr 3.6.0 on linux/64 i'm trying to get a single webapp + multicore setup working. my efforts have gone off the rails :-/ i suspect i've followed too many of the wrong examples. i'd appreciate some help/direction getting this working. so

property substitution not working with multicore

2012-04-18 Thread jmlucjav
like this: core0.properties is in multicore/core0 (I tried with an absolute path too but does not work either) And my properties file has: config.datadir=c:\\tmp\\core0\\data config.db-data.jdbcUrl=jdbc:mysql:localhost\\... config.db-data.username=root config.db-data.password= None of those

multicore solr with dublin core and SolrNet

2012-04-10 Thread pkoueik
Core as standard output of my search result. - embed the whole thing into SolrNet to provide the results in .Net Framework. PS: i am using windows 7. Thank you again. -- View this message in context: http://lucene.472066.n3.nabble.com/multicore-solr-with-dublin-core-and-SolrNet-tp3901684p3901684

create on multicore

2012-03-14 Thread Warren H. Prince
Every night I dump my mySql db and load it into a development db. I have also configured solr as multicore with production and development as the cores. In order to keep my index on development current, I figured I could do a create to a new core, transition, every night, and then swap

Multicore -Create new Core request errors

2012-03-09 Thread Sujatha Arun
Hello, When I issue this query to create a new Solr Core , I get the error message HTTP Status 500 - Can't find resource 'solrconfig.xml' in classpath or '/home/searchuser/searchinstances/multi_core_prototype/solr/conf/ http:// /multi_core_prototype/admin/cores?action=CREATE&name=coreX&instanceDi

How to check for inactive cores in a solr multicore setup?

2012-02-20 Thread Nasima Banu
Hello, I am trying to figure out a way to detect inactive cores in a multicore setup. How is that possible? I queried the STATUS of a core through the CoreAdminHandler. Could anyone please tell me what the 'current' field means?? Eg : http://localhost:8080/solr/admin/cores?action=STA

Re: Joining multicore to return top results

2012-02-13 Thread Erick Erickson
>From your example, it rather looks like you've moved some DB tables into separate cores and are trying to do some SQL-like operations. Stop that! ... Solr really isn't built for this kind of operation. I know this goes against all your DB training, but can you simply de-normalize all the data an

Joining multicore to return top results

2012-02-10 Thread Selvam
Hi, This should be trivial question, still I am failing to get the details.I have 2 cores+default collection, *collection1:* article_id title content *core0:* cluster_id cluster_name cluster_count *core1:* article_id article_cluster_id score Given an article_id, I want to return top 10 ( based

Closed -- Re: Multilingual search in multicore solr

2012-02-01 Thread bing
-search-in-multicore-solr-tp3698969p3708757.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Multilingual search in multicore solr

2012-02-01 Thread Erick Erickson
find many start-up tutorials about that, thus would be grateful if > any suggestions and hints brought about. > > Best > Bing > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Multilingual-search-in-multicore-solr-tp3698969p3705556.html > Sent from the Solr - User mailing list archive at Nabble.com.

Re: Multilingual search in multicore solr

2012-01-31 Thread bing
e.com/Multilingual-search-in-multicore-solr-tp3698969p3705556.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Multilingual search in multicore solr

2012-01-31 Thread Erick Erickson
core, but still is a concern. > Thanks. > > Best Regards, > Ni Bing > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Multilingual-search-in-multicore-solr-tp3698969p3702041.html > Sent from the Solr - User mailing list archive at Nabble.com.

Re: Multilingual search in multicore solr

2012-01-30 Thread bing
, returned with a set of scores. Is it confident to conclude that the highest score gives the most confidence of the results? Thanks. Best Regards, Ni Bing -- View this message in context: http://lucene.472066.n3.nabble.com/Multilingual-search-in-multicore-solr-tp3698969p3702041.html Sent from the

Re: Multilingual search in multicore solr

2012-01-30 Thread Erick Erickson
> > I am going to multilingual search in multicore solr. Specifically, the > design of the solr server is like: I have several cores corresponding to > different languages, where each core has its configuration files and data. > > I have following questions: > > 1. While

Multilingual search in multicore solr

2012-01-29 Thread bing
Hi, all, I am going to multilingual search in multicore solr. Specifically, the design of the solr server is like: I have several cores corresponding to different languages, where each core has its configuration files and data. I have following questions: 1. While indexing a document, I use

error when specifying shards parameter in multicore setup

2011-12-19 Thread Robert Stewart
I have a SOLR instance running as a proxy (no data of its own), it just uses multicore setup where each core has a shards parameter in the search handler. So my setup looks like this: solr_proxy/ multicore/ /public - solrconfig.xml has "shards" pointing to

Re: how to : multicore setup with same config files

2011-11-23 Thread Vadim Kisselmann
fig;) >> sharing the config/schema files is not a problem. >> regards vadim >> >> >> 2011/10/31 Vadim >> Kisselmann >> > >> >> Hi folks, >>> >>> i have a small blockade in the configuration of an multicore setup. >>&

Re: how to : multicore setup with same config files

2011-11-02 Thread Val Minyaylo
the configuration of an multicore setup. i use the latest solr version (4.0) from trunk and the example (with jetty). single core is running without problems. We assume that i have this structure: /solr-trunk/solr/example/multicore/ solr.xml

Re: how to : multicore setup with same config files

2011-10-31 Thread Vadim Kisselmann
it works. it was one wrong placed backslash in my config;) sharing the config/schema files is not a problem. regards vadim 2011/10/31 Vadim Kisselmann > Hi folks, > > i have a small blockade in the configuration of an multicore setup. > i use the latest solr version (4.0) from t

how to : multicore setup with same config files

2011-10-31 Thread Vadim Kisselmann
Hi folks, i have a small blockade in the configuration of an multicore setup. i use the latest solr version (4.0) from trunk and the example (with jetty). single core is running without problems. We assume that i have this structure: /solr-trunk/solr/example/multicore

Re: Reg: Multicore vs singlecore.

2011-10-03 Thread Erick Erickson
Describe your test more. If you're asking why your CPU isn't pegged, I'd have to ask "Are you firing queries at it rapidly enough?" Best Erick On Mon, Oct 3, 2011 at 2:42 AM, wrote: > hi, > I am new to solr, so just want to clarify on few points > I ran the test on the machine with following sp

Re: Reg: Multicore vs singlecore.

2011-10-03 Thread Gora Mohanty
On Mon, Oct 3, 2011 at 12:12 PM, wrote: > hi, > I am new to solr, so just want to clarify on few points > I ran the test on the machine with following specification:-Ram : 5GBdual > core : 2.66 GHzIndex Size : 10GB * How much of the RAM is given to Solr, and how much is left for the OS disk c

Reg: Multicore vs singlecore.

2011-10-03 Thread karan . jindal1988
hi, I am new to solr, so just want to clarify on few points I ran the test on the machine with following specification:-Ram : 5GBdual core : 2.66 GHzIndex Size : 10GB 1) Is the hard disk read time is a bottle neck on solr performance? I ran few tests using "jmeter" and analysis the system resourc

Re: Trouble configuring multicore / accessing admin page

2011-09-29 Thread Joshua Miller
On Sep 28, 2011, at 2:16 PM, Joshua Miller wrote: > On Sep 28, 2011, at 2:11 PM, Jaeger, Jay - DOT wrote: > >> cores adminPath="/admij/cores" >> >> Was that a cut and paste? If so, the /admij/cores is presumably incorrect, >> and ought to be /admin/cores >> > > No, that was a typo -- th

Re: Trouble configuring multicore / accessing admin page

2011-09-28 Thread Joshua Miller
On Sep 28, 2011, at 2:11 PM, Jaeger, Jay - DOT wrote: > cores adminPath="/admij/cores" > > Was that a cut and paste? If so, the /admij/cores is presumably incorrect, > and ought to be /admin/cores > No, that was a typo -- the config file is correct with admin/cores. Thanks for pointin

RE: Trouble configuring multicore / accessing admin page

2011-09-28 Thread Jaeger, Jay - DOT
solr-user@lucene.apache.org Subject: RE: Trouble configuring multicore / accessing admin page One time when we had that problem, it was because one or more cores had a broken XML configuration file. Another time, it was because solr/home was not set right in the servlet container. Another time it was beca

RE: Trouble configuring multicore / accessing admin page

2011-09-28 Thread Jaeger, Jay - DOT
Subject: Trouble configuring multicore / accessing admin page Hello, I am trying to get SOLR working with multiple cores and have a problem accessing the admin page once I configure multiple cores. Problem: When accessing the admin page via http://solrhost:8080/solr/admin, I get a 404, "missing

Re: Trouble configuring multicore / accessing admin page

2011-09-28 Thread Shawn Heisey
On 9/28/2011 2:24 PM, Robert Petersen wrote: Just go to localhost:8983 (or whatever other port you are using) and use this path to see all the cores available on the box: In your example this should give you a core list: http://solrhost:8080/solr/ Now this is interesting. If I have defaultCo

Re: Trouble configuring multicore / accessing admin page

2011-09-28 Thread Joshua Miller
On Sep 28, 2011, at 1:24 PM, Robert Petersen wrote: > Just go to localhost:8983 (or whatever other port you are using) and use > this path to see all the cores available on the box: > > In your example this should give you a core list: > > http://solrhost:8080/solr/ > I see "Welcome to Solr!"

RE: Trouble configuring multicore / accessing admin page

2011-09-28 Thread Robert Petersen
: Wednesday, September 28, 2011 1:18 PM To: solr-user@lucene.apache.org Subject: Re: Trouble configuring multicore / accessing admin page On Sep 28, 2011, at 1:03 PM, Shawn Heisey wrote: > On 9/28/2011 1:40 PM, Joshua Miller wrote: >> I am trying to get SOLR working with multiple cores a

Re: Trouble configuring multicore / accessing admin page

2011-09-28 Thread Joshua Miller
On Sep 28, 2011, at 1:17 PM, Rahul Warawdekar wrote: > Can you try updating your solr.xml as follows: > Specify > "" instead of > "" > > Basically remove the extra text "cores" in the core element from the > instanceDir attribute. I gave that a try and it didn't change anything. Thanks, Josh

Re: Trouble configuring multicore / accessing admin page

2011-09-28 Thread Joshua Miller
accessing the admin page via http://solrhost:8080/solr/admin, I get a >> 404, "missing core name in path". >> >> Question: when using the multicore option, is the standard admin page still >> available? > > When you enable multiple cores, the URL syntax becomes a

Re: Trouble configuring multicore / accessing admin page

2011-09-28 Thread Rahul Warawdekar
ote: > Hello, > > I am trying to get SOLR working with multiple cores and have a problem > accessing the admin page once I configure multiple cores. > > Problem: > When accessing the admin page via http://solrhost:8080/solr/admin, I get a > 404, "missing core name in pa

Re: Trouble configuring multicore / accessing admin page

2011-09-28 Thread Shawn Heisey
path". Question: when using the multicore option, is the standard admin page still available? When you enable multiple cores, the URL syntax becomes a little different. On 1.4.1 and 3.2.0, I ran into a problem where the trailing / is required on this URL, but that problem seems to be fixe

Trouble configuring multicore / accessing admin page

2011-09-28 Thread Joshua Miller
Hello, I am trying to get SOLR working with multiple cores and have a problem accessing the admin page once I configure multiple cores. Problem: When accessing the admin page via http://solrhost:8080/solr/admin, I get a 404, "missing core name in path". Question: when using the

where do i find xsd schemas for MultiCore Solr responses

2011-09-08 Thread Anirudha Jadhav
Hi , I am using separate task to monitor solr instances, where do i find xsd schemas for MultiCore Solr responses inorder to correctly parse them. thanks, Ani eg. XML " 016 core0multicore\core0\multicore\core0\data\2011-09-07T21:36:53.864Z 67193861001313764498766 falsetruefalse

RE: Unable to get multicore working

2011-08-17 Thread Jaeger, Jay - DOT
st of luck! -Original Message- From: David Sauve [mailto:dnsa...@gmail.com] Sent: Tuesday, August 16, 2011 5:00 PM To: solr-user@lucene.apache.org Subject: Re: Unable to get multicore working Ok. Fixed that too, now. The schema didn't define "long". Looks like everything is a-

RE: Unable to get multicore working

2011-08-17 Thread Gaurav Shingala
can you please try persistent="true" in solr tag as per my knowledge it will solve your 404 - Not found error. Regards, Gaurav > Date: Tue, 16 Aug 2011 12:44:45 -0700 > From: dnsa...@gmail.com > To: solr-user@lucene.apache.org > Subject: Unable to get multicore working

Unable to get multicore working

2011-08-17 Thread David Sauve
I've been trying (unsuccessfully) to get multicore working for about a day and a half now I'm nearly at wits end and unsure what to do anymore. **Any** help would be appreciated. I've installed Solr using the solr-jetty packages on Ubuntu 10.04. The default Solr install see

Re: Unable to get multicore working

2011-08-16 Thread David Sauve
> -Original Message- > From: David Sauve [mailto:dnsa...@gmail.com] > Sent: Tuesday, August 16, 2011 4:24 PM > To: solr-user@lucene.apache.org (mailto:solr-user@lucene.apache.org) > Subject: Re: Unable to get multicore working > > I updated my `solr.xml` as follo

RE: Unable to get multicore working

2011-08-16 Thread Jaeger, Jay - DOT
y, August 16, 2011 4:24 PM To: solr-user@lucene.apache.org Subject: Re: Unable to get multicore working I updated my `solr.xml` as follow: and I'm still seeing the same 404 when I true to view /solr/admin/ or /solr/live/admin/ That said, the logs are showing a different error

Re: Unable to get multicore working

2011-08-16 Thread David Sauve
August, 2011 at 2:06 PM, Jaeger, Jay - DOT wrote: > > > > > Whoops: That was Solr 4.0 (which pre-dates 3.1). > > > > > > I doubt very much that the release matters, though: I expect the behavior > > would be the same. > > > > > > -Origin

Re: Unable to get multicore working

2011-08-16 Thread Donald Organ
gt; > Whoops: That was Solr 4.0 (which pre-dates 3.1). > > > > I doubt very much that the release matters, though: I expect the behavior > would be the same. > > > > -Original Message- > > From: Jaeger, Jay - DOT [mailto:jay.jae...@dot.wi.gov] > >

Re: Unable to get multicore working

2011-08-16 Thread David Sauve
h that the release matters, though: I expect the behavior > would be the same. > > -Original Message- > From: Jaeger, Jay - DOT [mailto:jay.jae...@dot.wi.gov] > Sent: Tuesday, August 16, 2011 4:04 PM > To: solr-user@lucene.apache.org (mailto:solr-user@lucene.apache

RE: Unable to get multicore working

2011-08-16 Thread Jaeger, Jay - DOT
@lucene.apache.org Subject: RE: Unable to get multicore working I tried on my own test environment -- pulling out the default core parameter out, under Solr 3.1 I got exactly your symptom: an error 404. HTTP ERROR 404 Problem accessing /solr/admin/index.jsp. Reason

RE: Unable to get multicore working

2011-08-16 Thread Jaeger, Jay - DOT
:124) (etc.) Adding the defaultCoreName fixed it. I expect this is indeed your problem. -Original Message- From: David Sauve [mailto:dnsa...@gmail.com] Sent: Tuesday, August 16, 2011 3:50 PM To: solr-user@lucene.apache.org Subject: Re: Unable to get multicore working Nope. Only thing in

Re: Unable to get multicore working

2011-08-16 Thread David Sauve
.3.0\example\solr\ > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > Create \apache-solr-3.3.0\example\solr\soft

RE: Unable to get multicore working

2011-08-16 Thread Jaeger, Jay - DOT
That won't work -- it would have to identify one of the three cores in your cores list (say, "live"). -Original Message- From: David Sauve [mailto:dnsa...@gmail.com] Sent: Tuesday, August 16, 2011 3:29 PM To: solr-user@lucene.apache.org Subject: Re: Unable to get multi

Re: Unable to get multicore working

2011-08-16 Thread Alexei Martchenko
> > > > > > > > > > > > > > > > > Create \apache-solr-3.3.0\example\solr\softwares01\conf\ > > > > and \apache-solr-3.3.0\example\solr\softwares01\data\ > > > > > > > > http://localhost:8983/solr/ should work

Re: Unable to get multicore working

2011-08-16 Thread David Sauve
olr-3.3.0\example\solr\softwares01\conf\ > > > and \apache-solr-3.3.0\example\solr\softwares01\data\ > > > > > > http://localhost:8983/solr/ should work and so is > > > http://localhost:8983/solr/softwares01/admin/ > > > > > > > >

Re: Unable to get multicore working

2011-08-16 Thread Alexei Martchenko
> > http://localhost:8983/solr/softwares01/admin/ > > > > > > > > 2011/8/16 David Sauve mailto:dnsa...@gmail.com)> > > > > > I've been trying (unsuccessfully) to get multicore working for about a > day > > > and a half now I'm

Re: Unable to get multicore working

2011-08-16 Thread David Sauve
the right security. > > Finally, check your logs to make sure that Solr isn't complaining about > something else (like not having a defaultCoreName, for instance) > > > -Original Message- > From: David Sauve [mailto:dnsa...@gmail.com] > Sent: Tuesday, August 16,

Re: Unable to get multicore working

2011-08-16 Thread David Sauve
983/solr/ should work and so is > http://localhost:8983/solr/softwares01/admin/ > > > > 2011/8/16 David Sauve mailto:dnsa...@gmail.com)> > > > I've been trying (unsuccessfully) to get multicore working for about a day > > and a half now I'm nearly at

Re: Unable to get multicore working

2011-08-16 Thread Alexei Martchenko
hould work and so is http://localhost:8983/solr/softwares01/admin/ 2011/8/16 David Sauve > I've been trying (unsuccessfully) to get multicore working for about a day > and a half now I'm nearly at wits end and unsure what to do anymore. **Any** > help would be appreciated.

RE: Unable to get multicore working

2011-08-16 Thread Jaeger, Jay - DOT
instance) -Original Message- From: David Sauve [mailto:dnsa...@gmail.com] Sent: Tuesday, August 16, 2011 3:02 PM To: solr-user@lucene.apache.org Subject: Unable to get multicore working I've been trying (unsuccessfully) to get multicore working for about a day and a half now I'm ne

Unable to get multicore working

2011-08-16 Thread David Sauve
I've been trying (unsuccessfully) to get multicore working for about a day and a half now I'm nearly at wits end and unsure what to do anymore. **Any** help would be appreciated. I've installed Solr using the solr-jetty packages on Ubuntu 10.04. The default Solr install see

Re: Indexing CSV data in Multicore setup

2011-07-02 Thread Sandeep Gond
arset=utf-8' >> >> It errors out saying problem accessing "/solr/core0/update/csv". >> >> " >> HTTP ERROR 404 >> >> Problem accessing /solr/core0/update/csv. Reason: >> NOT_FOUND/Powered by >> Jetty:///" >> &

Re: Indexing CSV data in Multicore setup

2011-07-02 Thread Stefan Matheis
Problem accessing /solr/core0/update/csv. Reason: NOT_FOUND/Powered by Jetty:///" -- View this message in context: http://lucene.472066.n3.nabble.com/Indexing-CSV-data-in-Multicore-setup-tp3131252p3132350.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Indexing CSV data in Multicore setup

2011-07-02 Thread sandeep
charset=utf-8' It errors out saying problem accessing "/solr/core0/update/csv". " HTTP ERROR 404 Problem accessing /solr/core0/update/csv. Reason: NOT_FOUND/Powered by Jetty:///" -- View this message in context: http://lucene.472066.n3.nabble.com/Indexing-CSV-data-

Re: Indexing CSV data in Multicore setup

2011-07-02 Thread Ahmet Arslan
> I am trying to index CSV data in > multicore setup using post.jar. > > Here is what I have tried so far: > 1) Started the server using "java > -Dsolr.solr.home=multicore -jar > start.jar" > > 2a) Tried to post to "localhost:8983/solr/core0/update/c

Indexing CSV data in Multicore setup

2011-07-01 Thread Sandeep Gond
I am trying to index CSV data in multicore setup using post.jar. Here is what I have tried so far: 1) Started the server using "java -Dsolr.solr.home=multicore -jar start.jar" 2a) Tried to post to "localhost:8983/solr/core0/update/csv" using "java -Dcommit=no -Durl=h

Re: Multicore clustering setup problem

2011-07-01 Thread Stanislaw Osinski
Hi Walter, That makes sense, but this has always been a multi-core setup, so the paths > have not changed, and the clustering component worked fine for core0. The > only thing new is I have fine tuned core1 (to begin implementing it). > Previously the solrconfig.xml file was very basic. I replaced

Re: Multicore clustering setup problem

2011-06-30 Thread Walter Closenfleight
Staszek, That makes sense, but this has always been a multi-core setup, so the paths have not changed, and the clustering component worked fine for core0. The only thing new is I have fine tuned core1 (to begin implementing it). Previously the solrconfig.xml file was very basic. I replaced it with

Re: Multicore clustering setup problem

2011-06-30 Thread Stanislaw Osinski
It looks like the whole clustering component JAR is not in the classpath. I remember that I once dealt with a similar issue in Solr 1.4 and the cause was the relative path of the tag being resolved against the core's instanceDir, which made the path incorrect when directly copying and pasting from

Re: Multicore clustering setup problem

2011-06-30 Thread Walter Closenfleight
Sure, thanks for having a look! By the way, if I attempt to hit a solr URL, I get this error, followed by the stacktrace. If I set abortOnConfigurationError to false (I've found you must put the setting in both solr.xml and solrconfig.xml for both cores otherwise you keep getting the error), then

Re: Multicore clustering setup problem

2011-06-29 Thread Stanislaw Osinski
Hi, Can you post the full strack trace? I'd need to know if it's really org.apache.solr.handler.clustering.ClusteringComponent that's missing or some other class ClusteringComponent depends on. Cheers, Staszek On Thu, Jun 30, 2011 at 04:19, Walter Closenfleight < walter.p.closenflei...@gmail.co

Multicore clustering setup problem

2011-06-29 Thread Walter Closenfleight
I had set up the clusteringComponent in solrconfig.xml for my first core. It has been working fine and now I want to get my next core working. I set up the second core with the clustering component so that I could use it, use solritas properly, etc. but Solr did not like the solrconfig.xml changes

Re: moving to multicore without changing existing index

2011-06-28 Thread Tomás Fernández Löbbe
"But a multi-core setup is a multi-core setup, there's no way to have an index accessible at a non-core URL in a multi-core setup." Isn't there? What about "defaultCoreName" parameter? from the wiki: "The name of a core that will be used for requests that don't specify a core. If you have one core

Dynamic Fields vs. Multicore

2011-06-28 Thread Briggs Thompson
Hi All, I was searching around for documentation of the performance differences of having a sharded, single schema, dynamic field set up vs. a multi-core, static multi-schema setup (which I currently have), but I have not had much luck finding what I am looking for. I understand commits and optimi

Re: moving to multicore without changing existing index

2011-06-28 Thread Jonathan Rochkind
Nope. But you can move your existing index into a core in a multi-core setup. But a multi-core setup is a multi-core setup, there's no way to have an index accessible at a non-core URL in a multi-core setup. On 6/28/2011 2:53 PM, lee carroll wrote: hi I'm looking at setting up multi core indi

moving to multicore without changing existing index

2011-06-28 Thread lee carroll
hi I'm looking at setting up multi core indices but also have an exiting index. Can I run this index along side new index set up as cores. On a dev machine I've experimented with simply adding solr.xml in slor home and listing the new cores in the cores element but this breaks the existing index.

Re: multicore file creation order

2011-06-27 Thread Stefan Matheis
Jérôme, the complete directory structure, including required files, has to be created first - manually. the admin/cores will only "activate" the core for solr, that's it :) Regards Stefan Am 27.06.2011 12:20, schrieb Jérôme Étévé: Hi, When one issues a command admin/core&action=CREATE&core

multicore file creation order

2011-06-27 Thread Jérôme Étévé
Hi, When one issues a command admin/core&action=CREATE&core=blabla&instanceDir=...&dataDir=../../foobar , what gets created first on disk? Is it the new solr.xml or the new data directory? Cheers, Jerome. -- Jerome Eteve. http://sigstp.blogspot.com/ http://twitter.com/jeteve

Re: multicore and replication cause OOM

2011-06-27 Thread Shalin Shekhar Mangar
On Sun, Jun 26, 2011 at 5:37 AM, Esteban Donato wrote: > thanks Shalin.  One more question:  is there any way to avoid multiple > cores replicating at the same time?  Like synchronizing the > ReplicationHandler somehow? > Yes, just specify different poll intervals for each core. The ReplicationHa

Re: multicore and replication cause OOM

2011-06-25 Thread Esteban Donato
thanks Shalin. One more question: is there any way to avoid multiple cores replicating at the same time? Like synchronizing the ReplicationHandler somehow? On Fri, Jun 24, 2011 at 6:55 AM, Shalin Shekhar Mangar wrote: > On Fri, Jun 24, 2011 at 1:41 PM, Esteban Donato > wrote: >> I have a Solr

Re: multicore and replication cause OOM

2011-06-24 Thread Shalin Shekhar Mangar
On Fri, Jun 24, 2011 at 1:41 PM, Esteban Donato wrote: > I have a Solr with 7 cores (~150MB each).  All cores replicate at the > same time from a Solr master instance.  Every time the replication > happens I get an OOM after experiencing long response times.  This > Solr used to have 4 cores befor

multicore and replication cause OOM

2011-06-24 Thread Esteban Donato
Hi, I have a Solr with 7 cores (~150MB each). All cores replicate at the same time from a Solr master instance. Every time the replication happens I get an OOM after experiencing long response times. This Solr used to have 4 cores before and I've never got an OOM with that configuration (replic

Re: tomcat and multicore processors

2011-05-10 Thread Bill Bell
This is fine. Solr needs lots of memory though... :) It may not be as fast as you need, but you can test that. On 5/9/11 2:33 AM, "solr_begin...@onet.pl" wrote: >Hi, > >Is that possible that solr on tomcat on windows 2008 is using only one >core of processor? Do I need configure something to us

Re: tomcat and multicore processors

2011-05-10 Thread Grijesh
message in context: http://lucene.472066.n3.nabble.com/tomcat-and-multicore-processors-tp2917973p2922565.html Sent from the Solr - User mailing list archive at Nabble.com.

<    1   2   3   4   5   6   7   8   >