RE: Schema not replicating when using multicore property parameter

2010-06-11 Thread Turner, Robbin J
ting when using multicore property parameter Do you need it as property or could you use the solrconfig.xml directly? this worked in my case ... Regards, Peter. PS: Here is my snippet: optimize solrconfig.xml,schema.xml,stopwords.txt,synonyms.tx

Re: Schema not replicating when using multicore property parameter

2010-06-11 Thread Peter Karich
e: Schema not replicating when using multicore property parameter > > So the 'enable.master' property works and the 'solr.core.schemaName' not? > > Maybe solr.core is reservered? -> try another name. > If you want to externalize the properties then another solu

RE: Schema not replicating when using multicore property parameter

2010-06-10 Thread Turner, Robbin J
, June 10, 2010 3:09 PM To: solr-user@lucene.apache.org Subject: Re: Schema not replicating when using multicore property parameter So the 'enable.master' property works and the 'solr.core.schemaName' not? Maybe solr.core is reservered? -> try another name. If you want to ext

Re: Schema not replicating when using multicore property parameter

2010-06-10 Thread Peter Karich
.org/solr/SolrConfigXml#XInclude Regards, Peter. > If someone has done this it would be helpful for some assistance. I have a > master/slave multicore setup where I'm using the solr properties in the solr > config. But with the below configuration, the schema is not moving when it

Schema not replicating when using multicore property parameter

2010-06-10 Thread Turner, Robbin J
If someone has done this it would be helpful for some assistance. I have a master/slave multicore setup where I'm using the solr properties in the solr config. But with the below configuration, the schema is not moving when it has been updated. Replication is working fine and al

Indexing Problem with SOLR multicore

2010-06-09 Thread seesiddharth
Hi, I am using SOLR with Tomcat server. I have configured two multicore inside the SOLR home directory. The solr.xml file looks like I am also using DIH to upload the data in these two cores separately & document count in these two core is different. How

Re: AW: how to get multicore to work?

2010-06-09 Thread xdzgor
Thanks for the comments. I still can't get this multicore thing to work! Here is my directory structure: d: __apachesolr lucidworks __lucidworks solr __bin __conf __lib tomcat There is no solr.xml, and solr.solr.home points to d:\apach

AW: how to get multicore to work?

2010-06-09 Thread Markus.Rietzler
Gesendet: Mittwoch, 9. Juni 2010 12:08 > An: solr-user@lucene.apache.org > Betreff: how to get multicore to work? > > > Hi - I can't seem to get "multicores" to work. I have a solr > installtion > which does not have a "solr.xml" file - I assume this means

Re: how to get multicore to work?

2010-06-09 Thread Chris Rode
If you take a look in the examples directory there is a directory called multicore. This is an example of the solrhome of a multicore setup. Otherwise take a look at the logged output of Solr itself. It should tell you what is wrong with the setup On 9 June 2010 11:08, xdzgor wrote: > >

how to get multicore to work?

2010-06-09 Thread xdzgor
Hi - I can't seem to get "multicores" to work. I have a solr installtion which does not have a "solr.xml" file - I assume this means it is not multicore. If I create a solr.xml, as described on http://wiki.apache.org/solr/CoreAdmin, my solr installation fails - for exam

Re: multicore Vs multiple solr webapps

2010-05-27 Thread Ryan McKinley
The two approaches solve different needs. In 'multicore' you have a single webapp with multiple indexes. This means they are all running in the same JVM. This may be an advantage or a disadvantage depending on what you are doing. ryan On Thu, May 27, 2010 at 10:44 AM, Antonel

Re: multicore Vs multiple solr webapps

2010-05-27 Thread David Stuart
application multicore and multiple solr webapps ??? Thank you all in advance

Re: multicore Vs multiple solr webapps

2010-05-27 Thread David Stuart
Hi Antonello, In multicore you get richer fuctionality including core discovery, core config reload, alias, core swap and (soon to be) core create. Under a single webapp you get control over memory allocation threads etc. Personally I would chose multicore and I believe in solr 1.5 they

multicore Vs multiple solr webapps

2010-05-27 Thread Antonello Mangone
Hi to all, I have a question for you ... Can someone exaplain me the differences between a unique solr application multicore and multiple solr webapps ??? Thank you all in advance

Re: Issues with clustering in multicore

2010-05-24 Thread Chris Hostetter
: so i edit the solrconfig.xml in tht file to add clustering information (i : did make sure that the lib declaration points to the correct location). are you sure? ... did you see log messages (prior to the stack trace below) inidcating that the clustering jar was being loaded? SolrResourceLoa

Issues with clustering in multicore

2010-05-17 Thread Rakhi Khatwani
Hi, I was trying out a clustering example. which worked out as mentioned in the document. Now, I want to use the clustering feature in my multicore where i have my core indexes saved. so i edit the solrconfig.xml in tht file to add clustering information (i did make sure that the lib

Re: Fixed: Solritas on multicore Solr, using standard query handler (was Re: ClassNotFoundException: org.apache.solr.response.VelocityResponseWriter)

2010-05-09 Thread Erik Hatcher
On May 9, 2010, at 3:20 PM, Andrew Clegg wrote: N.B. In case this catches anyone out -- there's also a few places where you need to put the core name into the templates in the conf/velocity directory for the core. They don't pick this up automatically so you need to find any references to /

Fixed: Solritas on multicore Solr, using standard query handler (was Re: ClassNotFoundException: org.apache.solr.response.VelocityResponseWriter)

2010-05-09 Thread Andrew Clegg
Don't worry Erik -- I figured this one out. For the benefit of future searchers, you need lucene And to avoid the NullPointerException from the /solr/CORENAME/itas page, you actually need to supply a ?q=blah initial query. I just assumed it would give you a blank search page if you di

RE: Need help/assistance with Multicore admin/cores?action=CREATE

2010-05-05 Thread Turner, Robbin J
Thanks for the reply, I was wondering if I wrote it such that no one was ever going to reply. :: Shouldn't all the parameters be added to the solr.xml core2 that were : :yep .. it does in fact look like a bug in the solr.xml persistence code. :please file a bug in Jira. Will do. :: passed i

Re: Need help/assistance with Multicore admin/cores?action=CREATE

2010-05-04 Thread Chris Hostetter
: Shouldn't all the parameters be added to the solr.xml core2 that were yep .. it does in fact look like a bug in the solr.xml persistence code. please file a bug in Jira. : passed in from the URL? And why did the config="solrconfig.xml" get : removed from the core1 definition? i believe t

Multicore admin problem in Websphere

2010-04-28 Thread D. Manning
Hello, I have solr 1.4 deployed in websphere 6.1. Im trying to add a url based security constraint to my project but if I specify the core name in the constraint the path to the admin of each core give a 404 error. Does anyone have any experience of this or suggestions of how I can work around it?

Need help/assistance with Multicore admin/cores?action=CREATE

2010-04-27 Thread Turner, Robbin J
Using the information off the CoreAdmin Wiki, I initially set up Solr with one core with solr.xml looking like the following: The application starts up fine and I can get to the http:///solrcores

Re: admin-extra file in multicore

2010-04-21 Thread Chris Hostetter
t being "hidden" in the declaration, and to make that work "properly" in multicore the JSP needs to interogate the ShowFileRequestHanlder -- but there may be 0, or more then 1. it's really just a big headache. : Was trying to avoid building a custom solr.war for this project is th

admin-extra file in multicore

2010-04-16 Thread Jon Baer
Hi, It looks like Im trying to do the same thing in this open JIRA here ... https://issues.apache.org/jira/browse/SOLR-975 I noticed in index.jsp it has a reference to: <% // a quick hack to get rid of get-file.jsp -- note this still spits out invalid HTML out.write( org.apache.solr.handler

Re: Multicore and TermVectors

2010-04-05 Thread Lance Norskog
ubject: Multicore and TermVectors > > It doesn't sound like Multicore is your issue ... it seems like what you > mean is that you are using distributed search with TermVectors, and that > is causing a problem.  Can you please clarify exactly what you mean ... > describe your exact set

Re: Multicore and TermVectors

2010-04-05 Thread Chris Hostetter
: Subject: Multicore and TermVectors It doesn't sound like Multicore is your issue ... it seems like what you mean is that you are using distributed search with TermVectors, and that is causing a problem. Can you please clarify exactly what you mean ... describe your exact setup (ie

Re: multicore embedded swap / reload etc.

2010-03-29 Thread Lance Norskog
expert). On Fri, Mar 26, 2010 at 12:39 PM, Nagelberg, Kallin wrote: > Thanks everyone, > I was following the solrj wiki which says: > > > """ > If you want to use MultiCore features, then you should use this: > > >    File home = new File( "/pat

Re: Multicore process

2010-03-28 Thread Blargy
w this message in context: http://n3.nabble.com/Multicore-process-tp681929p682225.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Multicore process

2010-03-28 Thread Mark Miller
g the solr.xml and doing all multicore stuff programmaticly :) ). Mark, I see you work for LucidImagination. Does the Lucid solr distribution happen to come with Solr-236 patch (Field Collapsing). I know it has some extras thrown in there but not quite sure of the exact nature of it. Im already

Re: Multicore process

2010-03-28 Thread Blargy
sure of the exact nature of it. Im already using the LucidKStemmer ;) -- View this message in context: http://n3.nabble.com/Multicore-process-tp681929p682205.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Multicore process

2010-03-28 Thread Mark Miller
On 03/28/2010 05:14 PM, Blargy wrote: Nice. Almost there... So it appears then that I will need two different solr.xml configurations. One for the master defining core0 and core1 and one for the slave with the default configuration. Is there anyway to specify master/slave specific settings in so

Re: Multicore process

2010-03-28 Thread Blargy
ens when I have another object say "users" http://localhost:8983/solr/users-live/replication I guess when it comes down to that I will have to have 2 different versions of solrconfig.xml too? ps. I can't thank you enough for your time -- View this message in context: http:

Re: Multicore process

2010-03-28 Thread Mark Miller
On 03/28/2010 04:49 PM, Blargy wrote: I just thought about this... Im guessing my slaves should always be replicating from the "live" master core: (http://localhost:8983/solr/items-live/replication). So my master solr will have a directory structure like this: home/items/data/core0/index home/

Re: Multicore process

2010-03-28 Thread Blargy
and at any point the "live" core could be physically located at core0 or core1 Whereas my slave solr will have a directory structure like this: home/items/data/index Is this close? -- View this message in context: http://n3.nabble.com/Multicore-process-tp681929p682149.html Sent

Re: Multicore process

2010-03-28 Thread Blargy
oks like this: home/items/data/core0/index home/items/data/core1/index -- View this message in context: http://n3.nabble.com/Multicore-process-tp681929p682141.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Multicore process

2010-03-28 Thread Mark Miller
Right - I'd just have the data dir be generic (like core0, core1 as you have i example 2) and then the names will be live and offline and flip back and forth between the core0, core1 dirs. On 03/28/2010 04:06 PM, Blargy wrote: Mark, first off thanks for the response. Im glad someone is around

Re: Multicore process

2010-03-28 Thread Blargy
what really matters. So Im guessing this naming convention makes a little more sense Sine the actually dataDir name really doesnt mean anything. Is this the correct reasoning? -- View this message in context: http://n3.nabble.com/Multicore-process-tp681929p682088.html Sent

Re: Multicore process

2010-03-28 Thread Mark Miller
On 03/28/2010 02:58 PM, Blargy wrote: Also, how do I share the same schema and config files? In solr.xml you can specify schema.xml and config.xml - just specify the same one for each core. If you are creating cores dynamically, you can still do this. You prob want to use the shareSchema op

Re: Multicore process

2010-03-28 Thread Mark Miller
On 03/28/2010 02:54 PM, Blargy wrote: I was hoping someone could explain to me how your Solr multicore process currently operates. This is what I am thinking about and I was hoping I could get some ideas/suggestions. I have a master/slave setup where the master will be doing all the

Re: Multicore process

2010-03-28 Thread Blargy
Also, how do I share the same schema and config files? -- View this message in context: http://n3.nabble.com/Multicore-process-tp681929p681936.html Sent from the Solr - User mailing list archive at Nabble.com.

Multicore process

2010-03-28 Thread Blargy
I was hoping someone could explain to me how your Solr multicore process currently operates. This is what I am thinking about and I was hoping I could get some ideas/suggestions. I have a master/slave setup where the master will be doing all the indexing via DIH. Ill be doing a full-import

RE: multicore embedded swap / reload etc.

2010-03-26 Thread Nagelberg, Kallin
Thanks everyone, I was following the solrj wiki which says: """ If you want to use MultiCore features, then you should use this: File home = new File( "/path/to/solr/home" ); File f = new File( home, "solr.xml" ); CoreContainer container = new

Re: multicore embedded swap / reload etc.

2010-03-26 Thread Mark Miller
Embedded supports MultiCore - it's the direct core connection thing that supports one. - Mark http://www.lucidimagination.com (mobile) On Mar 26, 2010, at 7:38 AM, Erik Hatcher wrote: But wait... embedded Solr doesn't support multicore, does it? Just off memory, I think

Re: multicore embedded swap / reload etc.

2010-03-26 Thread Erik Hatcher
But wait... embedded Solr doesn't support multicore, does it? Just off memory, I think it's fixed to a single core. Erik On Mar 25, 2010, at 10:31 PM, Lance Norskog wrote: All operations through the SolrJ work exactly the same against the Solr web app and embedded Solr

Re: multicore embedded swap / reload etc.

2010-03-25 Thread Lance Norskog
All operations through the SolrJ work exactly the same against the Solr web app and embedded Solr. You code the calls to update cores with the same SolrJ APIs either way. On Wed, Mar 24, 2010 at 2:19 PM, Nagelberg, Kallin wrote: > Hi, > > I've got a situation where I need to reindex a core once a

multicore embedded swap / reload etc.

2010-03-24 Thread Nagelberg, Kallin
Hi, I've got a situation where I need to reindex a core once a day. To do this I was thinking of having two cores, one 'live' and one 'staging'. The app is always serving 'live', but when the daily index happens it goes into 'staging', then staging is swapped into 'live'. I can see how to do th

Multicore and TermVectors

2010-03-19 Thread Christian Fontana
Hello. My new to solr and I'm trying to setup solr with a multicore configuration. All cores shares the same schema.xml and I'm using index sharding. I need term vectors data to generate tag clouds but when I try to run a search across all cores to retrieve term vectors data the engi

Re: multiCore

2010-03-06 Thread Erick Erickson
> > > >> > >> Hi, > >> > >> > >> how can i send the xml file to solr after created the multicore.i tried > >> it > >> refuse accept > >> -- > >> View this message in context: > >> http://old.nabble.co

Re: multiCore

2010-03-05 Thread Suram
use accept >> -- >> View this message in context: >> http://old.nabble.com/multiCore-tp27802043p27802043.html >> Sent from the Solr - User mailing list archive at Nabble.com. >> >> > > > -- > - Siddhant > > i excute command like this : D:\solr

Re: multiCore

2010-03-05 Thread Siddhant Goel
Can you provide the error message that you got? On Sat, Mar 6, 2010 at 11:13 AM, Suram wrote: > > Hi, > > > how can i send the xml file to solr after created the multicore.i tried it > refuse accept > -- > View this message in context: > http://old.nabble.com/multiCo

multiCore

2010-03-05 Thread Suram
Hi, how can i send the xml file to solr after created the multicore.i tried it refuse accept -- View this message in context: http://old.nabble.com/multiCore-tp27802043p27802043.html Sent from the Solr - User mailing list archive at Nabble.com.

Indexing MultiCore

2010-03-05 Thread Suram
.sr.BasicStreamReader.next(BasicStreamReader.java:1069) at org.apache.solr.handler.XMLLoader.processUpdate(XMLLoader.java:90) at org.apache.solr.handler.XMLLoader.load(XMLLoader.java:69) ... 19 more -- View this message in context: http://old.nabble.com/Indexing-MultiCore-t

Re: Confused with Shards multicore search results

2010-03-03 Thread Otis Gospodnetic
ssage > From: JavaGuy84 > To: solr-user@lucene.apache.org > Sent: Thu, March 4, 2010 12:49:31 AM > Subject: Re: Confused with Shards multicore search results > > > Thanks a lot for your reply, I will surely try this.. > > I have a requirement to index 2 diff schema

Re: Confused with Shards multicore search results

2010-03-03 Thread JavaGuy84
for the unique id field? > > On Wed, Mar 3, 2010 at 6:45 PM, JavaGuy84 wrote: >> >> Hi, >> >> I finally got shards work with multicore but now I am facing a different >> issue. >> >> I have 2 seperate schema / data config files for each core. I also ha

Re: Confused with Shards multicore search results

2010-03-03 Thread Lance Norskog
; > Hi, > > I finally got shards work with multicore but now I am facing a different > issue. > > I have 2 seperate schema / data config files for each core. I also have > different unique id for each schema.xml file. > > I indexed both the cores and I was able to successfully

Confused with Shards multicore search results

2010-03-03 Thread JavaGuy84
Hi, I finally got shards work with multicore but now I am facing a different issue. I have 2 seperate schema / data config files for each core. I also have different unique id for each schema.xml file. I indexed both the cores and I was able to successfully search independently on each core

Re: multicore setup and security

2010-02-23 Thread Jorg Heymans
On Tue, Feb 23, 2010 at 10:09 AM, Shalin Shekhar Mangar < shalinman...@gmail.com> wrote: > On Mon, Feb 22, 2010 at 5:43 PM, Jorg Heymans >wrote: > > > > > What is the recommended pattern for securing a multicore solr instance, > > accessed by different appli

Re: multicore setup and security

2010-02-23 Thread Shalin Shekhar Mangar
On Mon, Feb 22, 2010 at 5:43 PM, Jorg Heymans wrote: > > What is the recommended pattern for securing a multicore solr instance, > accessed by different applications ? In our case, we need to prevent > application A from accessing the core of application B. Also, we need to > a

multicore setup and security

2010-02-22 Thread Jorg Heymans
Hi, What is the recommended pattern for securing a multicore solr instance, accessed by different applications ? In our case, we need to prevent application A from accessing the core of application B. Also, we need to avoid the use of username/password authentication wherever possible. I have

Re: Multicore Example

2010-02-19 Thread K Wong
The point that these guys are trying to make is that if another program is using the port that Solr is trying to bind to then they will both fight over the exclusive use of the port. Both the netstat and lsof command work fine on my Mac (Leopard 10.5.8). Trinity:~ kelvin$ which netstat /usr/sbin/

Re: Multicore Example

2010-02-19 Thread Lee Smith
Thanks Shawn I am actually running it on mac It does not like those unix commands ?? Any further advice ? Lee On 19 Feb 2010, at 20:32, Shawn Heisey wrote: > Assuming you are on a unix variant with a working lsof, use this. This > probably won't work correctly on Solaris 10: > > lsof -nPi

Re: Multicore Example

2010-02-19 Thread Shawn Heisey
Assuming you are on a unix variant with a working lsof, use this. This probably won't work correctly on Solaris 10: lsof -nPi | grep 8983 lsof -nPi | grep 8080 On Windows, you can do this in a command prompt. It requires elevation on Vista or later. The -b option was added in WinXP SP2 and

Re: Multicore Example

2010-02-19 Thread Dave Searle
iPhone >> >> On 19 Feb 2010, at 19:22, "Lee Smith" wrote: >> >>> Hey All >>> >>> Trying to dip my feet into multicore and hoping someone can advise >>> why the example is not working. >>> >>> Basically I hav

Re: Multicore Example

2010-02-19 Thread Lee Smith
How can I find out ?? On 19 Feb 2010, at 19:26, Dave Searle wrote: > Do you have something else using port 8983 or 8080? > > Sent from my iPhone > > On 19 Feb 2010, at 19:22, "Lee Smith" wrote: > >> Hey All >> >> Trying to dip my feet into mu

Re: Multicore Example

2010-02-19 Thread Dave Searle
Do you have something else using port 8983 or 8080? Sent from my iPhone On 19 Feb 2010, at 19:22, "Lee Smith" wrote: > Hey All > > Trying to dip my feet into multicore and hoping someone can advise > why the example is not working. > > Basically I have been wor

Re: Multicore Example

2010-02-19 Thread Pascal Dimassimo
Are you sure that you don't have any java processes that are still running? Did you change the port or are you still using 8983? Lee Smith-6 wrote: > > Hey All > > Trying to dip my feet into multicore and hoping someone can advise why the > example is not working. >

Multicore Example

2010-02-19 Thread Lee Smith
Hey All Trying to dip my feet into multicore and hoping someone can advise why the example is not working. Basically I have been working with the example single core fine so I have stopped the server and restarted with the new command line for multicore ie, java -Dsolr.solr.home=multicore

Re: solr multicore and nfs

2010-02-08 Thread Lance Norskog
: > Hello, > > We are using Solr(v 1.3.0 694707 with Lucene version 2.4-dev 691741) in > multicore mode with an average of 400 indexes (all indexes have the same > structure). > These indexes are stored on a nfs disk. > A java process writes continuously in these indexes while solr i

solr multicore and nfs

2010-02-04 Thread Valérie TAESCH
Hello, We are using Solr(v 1.3.0 694707 with Lucene version 2.4-dev 691741) in multicore mode with an average of 400 indexes (all indexes have the same structure). These indexes are stored on a nfs disk. A java process writes continuously in these indexes while solr is only used to read

Re: loading an updateProcessorChain with multicore in trunk

2010-01-29 Thread Chris Hostetter
: I guess . default=true should not be necessary if there is only one : updateRequestProcessorChain specified . Open an issue No... that doesn't seem right. If you declare you're own chains, but you don't mark any of them as default="true" then it shouldn't matter how many of them you declare

Re: loading an updateProcessorChain with multicore in trunk

2010-01-29 Thread Noble Paul നോബിള്‍ नोब्ळ्
t know if it's normal (at least with multicore) > Before I use to use an updateProcessorChain this way: > > >     >       myChain >     > > >     class="org.apache.solr.update.processor.CustomUpdateProcessorFactory" /> >     class="org.apa

loading an updateProcessorChain with multicore in trunk

2010-01-29 Thread Marc Sturlese
I am testing trunk and have seen a different behaviour when loading updateProcessors wich I don't know if it's normal (at least with multicore) Before I use to use an updateProcessorChain this way: myChain It does not work in current trunk. I ha

Re: Multicore - Post xml to core0, core1 or core2

2009-12-16 Thread Erik Hatcher
Using post.jar to index a CSV file isn't exactly straightforward. But can be done like this: java -Durl=http://localhost:8983/solr/update/csv -Dcommit=no -jar post.jar books.csv followed by: java -Dcommit=yes -jar post.jar You have to be sure to specify the URL that maps to the CSV

Re: Multicore - Post xml to core0, core1 or core2

2009-12-16 Thread Jörg Agatz
Good eavening, I tryed to indexing the Test csv.. i use this: java -Durl=http://localhost:8983/solr/core0/update -jar post.jar books.csv But i become an error. SimplePostTool: WARNING: Make sure your XML documents are encoded in UTF-8, other encodings are not currently supported SimplePostTool:

Re: How to setup dynamic multicore replication

2009-12-08 Thread Thijs
es to the slave list, so the control / management is within my application. Hope this highlevel overview helps. Joe Date: Tue, 8 Dec 2009 12:42:12 +0100 From: vonk.th...@gmail.com To: solr-user@lucene.apache.org Subject: Re: How to setup dynamic multicore replication But the slave never g

RE: How to setup dynamic multicore replication

2009-12-08 Thread Joe Kessel
From: vonk.th...@gmail.com > To: solr-user@lucene.apache.org > Subject: Re: How to setup dynamic multicore replication > > But the slave never gets the message that a core is created... > at least not in my setup... > So it never starts replicating... > > > On 8-12-2009 12

Re: How to setup dynamic multicore replication

2009-12-08 Thread Thijs
But the slave never gets the message that a core is created... at least not in my setup... So it never starts replicating... On 8-12-2009 12:13, Noble Paul നോബിള്‍ नोब्ळ् wrote: On Tue, Dec 8, 2009 at 2:43 PM, Thijs wrote: Hi I need some help setting up dynamic multicore replication. We

Re: How to setup dynamic multicore replication

2009-12-08 Thread Thijs
On Tue, Dec 8, 2009 at 2:43 PM, Thijs wrote: Hi I need some help setting up dynamic multicore replication. We are changing our setup from a replicated single core index with multiple document types, as described on the wiki[1], to a dynamic multicore setup. We need this so that we can display f

Re: How to setup dynamic multicore replication

2009-12-08 Thread Noble Paul നോബിള്‍ नोब्ळ्
On Tue, Dec 8, 2009 at 2:43 PM, Thijs wrote: > Hi > > I need some help setting up dynamic multicore replication. > > We are changing our setup from a replicated single core index with multiple > document types, as described on the wiki[1], to a dynamic multicore setup. > We

Re: How to setup dynamic multicore replication

2009-12-08 Thread Shalin Shekhar Mangar
On Tue, Dec 8, 2009 at 2:43 PM, Thijs wrote: > Hi > > I need some help setting up dynamic multicore replication. > > We are changing our setup from a replicated single core index with multiple > document types, as described on the wiki[1], to a dynamic multicore setup. > We

How to setup dynamic multicore replication

2009-12-08 Thread Thijs
Hi I need some help setting up dynamic multicore replication. We are changing our setup from a replicated single core index with multiple document types, as described on the wiki[1], to a dynamic multicore setup. We need this so that we can display facets with a zero count that are unique to

Re: error with multicore CREATE action

2009-12-02 Thread Chris Hostetter
: > : directory is created if it does not exist. Since it calls File#mkdirs, : > all : > : parent directories are also created. I don't think Solr creates those : > : directories by itself. ... : Yes, that is correct but those changes are not in trunk right now. We're : planning to spend s

Re: error with multicore CREATE action

2009-11-25 Thread Shalin Shekhar Mangar
On Thu, Nov 26, 2009 at 12:43 AM, Chris Hostetter wrote: > : > : > Are there any use cases for CREATE where the instance directory > : > *doesn't* yet exist? I ask because I've noticed that Solr will create > : > an instance directory for me sometimes with the CREATE command. In > ... > :

Re: error with multicore CREATE action

2009-11-25 Thread Chris Hostetter
: : > Are there any use cases for CREATE where the instance directory : > *doesn't* yet exist? I ask because I've noticed that Solr will create : > an instance directory for me sometimes with the CREATE command. In ... : I guess when you try to add documents and an IndexWriter is opened, t

Re: Buggy search Solr1.4 Multicore

2009-11-25 Thread Erick Erickson
If Rafal's response doesn't help (but it's sure where I'd look first, it sounds like you're using a field type that's not Tokenized), then could you post the relevant parts of your config file that define the field and the analyzers used at *both* query and index time? Best Erick On Wed, Nov 25,

Re: Buggy search Solr1.4 Multicore

2009-11-25 Thread Rafał Kuć
Hello! > Hi... > I have a Problem with Solr, I try it with 3 cores, and it starts. I can > search but i only become results, when i exaktly search for the howls field. > i mean, in the field stand: "Dell Widescreen Ultra" > when i search for > "name:Widescreen" i get Nothing > "name:Dell Widesc

Buggy search Solr1.4 Multicore

2009-11-25 Thread Jörg Agatz
Hi... I have a Problem with Solr, I try it with 3 cores, and it starts. I can search but i only become results, when i exaktly search for the howls field. i mean, in the field stand: "Dell Widescreen Ultra" when i search for "name:Widescreen" i get Nothing "name:Dell Widescreen Ultra" i get the

Re: Multicore - Post xml to core0, core1 or core2

2009-11-25 Thread Jörg Agatz
Thanks, it works realy fine.. Maby you have an Ideo, to search in Core0 and Core1 I want to search in all cores, or only in 2 of 3 cores.

Re: Multicore - Post xml to core0, core1 or core2

2009-11-25 Thread Noble Paul നോബിള്‍ नोब्ळ्
try this java -Durl=http://localhost:8983/solr/core0/update -jar post.jar *.xml On Wed, Nov 25, 2009 at 3:23 PM, Jörg Agatz wrote: > Hallo, at the moment i tryed to create a Solr instance wite more then one > Cores > > I use solr 1.4 and multicore Runs :-) > But i dont know how

Multicore - Post xml to core0, core1 or core2

2009-11-25 Thread Jörg Agatz
Hallo, at the moment i tryed to create a Solr instance wite more then one Cores I use solr 1.4 and multicore Runs :-) But i dont know how i post a XML in one of my cores. At the Moment i use "java -jar post.jar *.xml" now i will fill the core0 index with core0*.xml , and core1 with

Re: error with multicore CREATE action

2009-11-24 Thread Shalin Shekhar Mangar
On Mon, Nov 23, 2009 at 11:49 PM, Chris Harris wrote: > Are there any use cases for CREATE where the instance directory > *doesn't* yet exist? I ask because I've noticed that Solr will create > an instance directory for me sometimes with the CREATE command. In > particular, if I run something lik

Re: error with multicore CREATE action

2009-11-23 Thread Chris Harris
Are there any use cases for CREATE where the instance directory *doesn't* yet exist? I ask because I've noticed that Solr will create an instance directory for me sometimes with the CREATE command. In particular, if I run something like http://solrhost/solr/admin/cores?action=CREATE&name=newcore&i

Re: error with multicore CREATE action

2009-11-23 Thread Shalin Shekhar Mangar
On Mon, Nov 23, 2009 at 10:47 PM, Marc Sturlese wrote: > > Hey there, > I am using Solr 1.4 out of the box and am trying to create a core at > runtime > using the CREATE action. > I am getting this error when executing: > > http://localhost:8983/solr/admin/cores?action=CREATE&name=x&instanceDi

error with multicore CREATE action

2009-11-23 Thread Marc Sturlese
te manually de folders and schema and solconfig files? -- View this message in context: http://old.nabble.com/error-with-multicore-CREATE-action-tp26482255p26482255.html Sent from the Solr - User mailing list archive at Nabble.com.

RE: Multicore solr.xml schemaName parameter not being recognized

2009-11-13 Thread Chris Hostetter
: On the CoreAdmin wiki page. thanks FWIW: The only time the string "schemaName" appears on the CoreAdmin wiki page is when it mentions that "solr.core.schemaName" is a property that is available to cores by default. the documentation for specificly says... >> The tag accepts the followin

RE: Multicore solr.xml schemaName parameter not being recognized

2009-11-12 Thread Turner, Robbin J
On the CoreAdmin wiki page. thanks -Original Message- From: Mark Miller [mailto:markrmil...@gmail.com] Sent: Thursday, November 12, 2009 7:11 PM To: solr-user@lucene.apache.org Subject: Re: Multicore solr.xml schemaName parameter not being recognized Turner, Robbin J wrote: > W

Re: Multicore solr.xml schemaName parameter not being recognized

2009-11-12 Thread Mark Miller
Turner, Robbin J wrote: > When using Solr 1.4 in multicore configuration: > > > dataDir="/opt/core0" schemaName="schema-core0.xml" /> > dataDir="/opt/core1" schemaName="schema-core1.xml&qu

Multicore solr.xml schemaName parameter not being recognized

2009-11-12 Thread Turner, Robbin J
When using Solr 1.4 in multicore configuration: I get a runtime error: SEVERE: java.lang.RuntimeException: Can't find resource 'schema.xml' in classpath or '/opt/multicore/conf/&#x

Re: problem using solr 1.4 multicore with shareSchema=true

2009-10-27 Thread Jeremy Hinegardner
;> ?? ?? ??if(schema == null){ > >> ?? ?? ?? ??schema = new IndexSchema(config, dcore.getSchemaName(), null); > >> ?? ?? ??} > >> > >> A couple of points: > >> > >> [1] dcore.getSchemaName() is the value that is in the 'schem

Re: problem using solr 1.4 multicore with shareSchema=true

2009-10-27 Thread Noble Paul നോബിള്‍ नोब्ळ्
     } >>      } >>      if(schema == null){ >>        schema = new IndexSchema(config, dcore.getSchemaName(), null); >>      } >> >> A couple of points: >> >> [1] dcore.getSchemaName() is the value that is in the 'schema' >>     element

<    1   2   3   4   5   6   7   8   >