RE: Testing/packaging question

2010-11-04 Thread Turner, Robbin J
You need to either add that to catalina.sh or create a setenv.sh in the CATALINA_HOME/bin directory. Then you can restart tomcat. So, setenv.sh would contain the following: export JAVA_HOME=/path/to/jre export JAVA_OPTS==$JAVA_OPTS -Dsolr.solr.home=/path/to/my/schema.xml If you were

RE: Testing/packaging question

2010-11-04 Thread Turner, Robbin J
without having to change any system configuration? Maybe via a user Tomcat instance such as provided by the tomcat6-user debian package? Thanks for your help! Bernhard Am Donnerstag, den 04.11.2010, 16:15 -0500 schrieb Turner, Robbin J: You need to either add that to catalina.sh or create

RE: Schema not replicating when using multicore property parameter

2010-06-11 Thread Turner, Robbin J
Yes. I'm guess I'm not asking the question correctly. I need it as a property as I have 15 cores under this one jvm. They share the same solrconfig.xml. Each core has a different schema file named for that core. So hence using the property. I'm having a problem in that all the other

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 all the

RE: Schema not replicating when using multicore property parameter

2010-06-10 Thread Turner, Robbin J
Yes all the parameters work. This is from the documentation on the wiki for Core Admin. I also use ${solr.core.dataDir}. According to the wiki these are an automatic addition to the core scope. robbin -Original Message- From: Peter Karich [mailto:peat...@yahoo.de] Sent: Thursday,

RE: Please Help, how to Xinclude in schema.xml

2010-05-11 Thread Turner, Robbin J
That did not work -Original Message- From: Rivulet Enterprise Search [mailto:rivulet...@gmail.com] Sent: Sunday, May 09, 2010 4:03 AM To: solr-user@lucene.apache.org Subject: Re: Please Help, how to Xinclude in schema.xml try copy to /opt/tomcat/bin -- View this message in context:

Please Help, how to Xinclude in schema.xml

2010-05-05 Thread Turner, Robbin J
I followed through some of the previous post, there seems to be a general problem with trying to us XInclude in the solr schema.xml. I use several variation to include my fieldType declarations. I keep getting an error file not found. I put the file first in the SOLRHOME, then in

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

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: solr persistent=true sharedLib=lib cores adminPath=/admin/cores sharedSchema=false core name=core1

Request Solr schema field definition vs dynamic creation performance help questions

2010-04-21 Thread Turner, Robbin J
I've been looking around some of the posts, wiki and such and haven't fully found the answer. So, if someone might take a moment to explain some of the nuances given the following. So say you have a large number of datasets with some common fields, Additionally, the each dataset may or may

Schema configurations for setting non-case sensitive search and matching partial word in a search string

2010-02-25 Thread Turner, Robbin J
This is probably stated somewhere, but I've look an obviously missing it. But is there a specific field type analyzer or setting for case sensitivity? And something on the worddelimiterfilterfactor to allow for a match if it's not the whole word in the query, such as animal will match animals?

RE: Can Solr be forced to return all field tags for a document even if the field is empty?l

2010-01-28 Thread Turner, Robbin J
and just throw those values out from the response... Erick On Wed, Jan 27, 2010 at 6:19 PM, Turner, Robbin J robbin.j.tur...@boeing.com wrote: I have a field Title and Summary. I've currently not set a default value for the Summary in my schema, it's just a text field with indexed=true

Can Solr be forced to return all field tags for a document even if the field is empty?l

2010-01-27 Thread Turner, Robbin J
I have a field Title and Summary. I've currently not set a default value for the Summary in my schema, it's just a text field with indexed=true and stored=true, but not required. When the data is indexed sometimes the documents don't have a summary so then Solr doesn't index that field. When

RE: How to set User.dir or CWD for Solr during Tomcat startup

2010-01-07 Thread Turner, Robbin J
/solr? robbin -Original Message- From: Olivier Dobberkau [mailto:olivier.dobber...@dkd.de] Sent: Thursday, January 07, 2010 3:28 AM To: solr-user@lucene.apache.org Subject: Re: How to set User.dir or CWD for Solr during Tomcat startup Am 07.01.2010 um 00:07 schrieb Turner, Robbin J: I've

How to set User.dir or CWD for Solr during Tomcat startup

2010-01-06 Thread Turner, Robbin J
Is there anyway to force the cwd that solr starts up in when using the standard startup scripts for tomcat? I'm working on solaris and using the SMF to start and stop tomcat sets the path to /root. I've been doing a bunch of googling and haven't seen if there is a parameter to set within

RE: Request Assistance with DIH, development console

2009-12-16 Thread Turner, Robbin J
) [mailto:kenl...@cisco.com] Sent: Wednesday, December 16, 2009 7:48 AM To: solr-user@lucene.apache.org Cc: Turner, Robbin J Subject: RE: Request Assistance with DIH Regarding getting the working directory set, I got the cwd set to mysolr home by using a tomcat startup system property. In windows

RE: Request Assistance with DIH

2009-12-15 Thread Turner, Robbin J
- From: Turner, Robbin J [mailto:robbin.j.tur...@boeing.com] Sent: Monday, December 14, 2009 10:27 AM To: solr-user@lucene.apache.org Subject: RE: Request Assistance with DIH How does this help answer my question? I am trying to use the DATAImportHandler Development console. The url you

Multicore solr.xml schemaName parameter not being recognized

2009-11-12 Thread Turner, Robbin J
When using Solr 1.4 in multicore configuration: solr persistent=true sharedLib=lib cores adminPath=/admin/cores sharedSchema=false core name=core0 instanceDir=/opt/multicore dataDir=/opt/core0 schemaName=schema-core0.xml / core name=core1

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: When

Request assistance with distributed search multi shard/core setup and configuration

2009-11-10 Thread Turner, Robbin J
I've been looking through all the documentation. I've set up a single solr instance, and one multicore instance. If someone would be willing to share some configuration examples and/or advise for setting up solr for distributing the search, I would really appreciate it. I've read that there

RE: Request assistance with distributed search multi shard/core setup and configuration

2009-11-10 Thread Turner, Robbin J
://sematext.com/about/jobs.html?mls Lucene, Solr, Nutch, Katta, Hadoop, HBase, UIMA, NLP, NER, IR From: Turner, Robbin J robbin.j.tur...@boeing.com To: solr-user@lucene.apache.org solr-user@lucene.apache.org Sent: Tue, November 10, 2009 5:58:52 PM Subject: Request

RE: Request assistance with distributed search multi shard/core setup and configuration

2009-11-10 Thread Turner, Robbin J
?mls Lucene, Solr, Nutch, Katta, Hadoop, HBase, UIMA, NLP, NER, IR - Original Message From: Turner, Robbin J robbin.j.tur...@boeing.com To: solr-user@lucene.apache.org solr-user@lucene.apache.org Sent: Tue, November 10, 2009 6:05:19 PM Subject: RE: Request assistance with distributed