Re: Solr 4.0 committing on an index built by another instance

2013-02-24 Thread Prakhar Birla
Hi Mark, Thanks for the reply. The issue happened because the server kill/restart process failed which meant the old instance was still running, and it had the data related to old files loaded into memory. And when commit was issued, it was trying to locate those old files and failing. Once this w

Re: zk Config URL?

2013-02-24 Thread Mark Miller
You either have to specifically upload a config set or use one of the bootstrap sys props. Are you doing either? - Mark On Feb 24, 2013, at 8:15 PM, Darren Govoni wrote: > Thanks Michael. > > I went ahead and just started an external zookeeper, but my solr node throws > exceptions from it.

Re: zk Config URL?

2013-02-24 Thread Darren Govoni
Thanks Michael. I went ahead and just started an external zookeeper, but my solr node throws exceptions from it. Caused by: org.apache.solr.common.cloud.ZooKeeperException: Could not find configName for collection collection1 found:null ... [#|2013-02-24T20:13:58.451-0500|SEVERE|glassfish3

Re: zk Config URL?

2013-02-24 Thread Michael Della Bitta
Hello Darren, If you go into the admin and click on Cloud, you'll see that information represented in a number of ways. Both Dump and Tree (especially the clusterstate.json file) have this information represented as a document in JSON format. If you don't see the Cloud navigation on the left side

zk Config URL?

2013-02-24 Thread Darren Govoni
Hi, I'm trying the latest solrcloud 4.1. Is there a button(or url) I can't find that shows me the zookeeper config XML, so I can check what other nodes are connected? Can't seem to find it. I deploy my solrcloud war into glassfish and set jetty.port (among other properties) to the GF domain

Re: Interesting issue with "special characters" in a string field value

2013-02-24 Thread Jack Park
I did run attempt queries with and without escaping at the admin query browser; made no difference. I seem to recall that the system did not work without escaping, but it does seem worth blocking escaping and testing again. Many thanks Jack On Sun, Feb 24, 2013 at 1:16 PM, Michael Della Bitta wr

Re: Advanced Search Option in Solr corresponding to DtSearch options

2013-02-24 Thread Jan Høydahl
Hi, Have you considered contributing the deep position info patch back to Apache? It could be useful to enhance highlighting code, external in-doc highlighters etc. -- Jan Høydahl, search solution architect Cominvent AS - www.cominvent.com Solr Training - www.solrtraining.com 7. feb. 2013 kl.

Re: Interesting issue with "special characters" in a string field value

2013-02-24 Thread Michael Della Bitta
Hello Jack, I'm not sure if this is an option for you, but if you submit and retrieve your documents using only SolrJ, you won't have to worry about escaping them for encoding into a particular document format. SolrJ would handle that for you. Michael Della Bitta

Re: Document update question

2013-02-24 Thread Jack Park
I uncommented out the line which sets server to an XMLResponse parser, and used the following code in a tiny test: String sourceNodeLocator = node.getLocator(); Map updateMap = new HashMap(); Map newMap = new HashMap(); Map myMap = no

A few operations questions about the tlog (UpdateLog)

2013-02-24 Thread Timothy Potter
I'm wondering if it makes sense to have the tlog on a separate disk from the index, ie. something like: data |__index -> /disk1/index |__tlog -> /disk2/tlog Also, are large documents compressed in the tlog? Thanks. Tim

Re: how to add own plugin in solr

2013-02-24 Thread Mark Miller
You have to put the jar on each node on a std lib dir. Same as non Solrcloud mode. We will be adding support to put the jars in zookeeper in an upcoming release. Mark Sent from my iPhone On Feb 24, 2013, at 7:25 AM, mitcoe4 wrote: > hi, > We are using solr 4.0.0 . We want to add our Plug

Solr4.1 Loggin Level Screen just shows root

2013-02-24 Thread adityab
Hi, Have been using Solr 3.5 for a while and now upgraded to Solr4.1 Everything works as expected except the Logging>Level Screen. All i see is just the root, no other packages are displayed. I am running Solr 4.1 on Jboss 7.1 and there are no additional jars in the SOLR_HOME/collections1/lib. It

Re: Solr Grouping and empty fields

2013-02-24 Thread Teun Duynstee
That would depend on your indexing setup. We have a custom application for indexing, so we just make a value up. In our case a GUID (UUID). But I imagine that you could also just copy your id field with a prefix. It depends on your data and tools. Teun Op 24 feb. 2013 15:00 schreef "Jilal Oussama"

Re: how to add own plugin in solr

2013-02-24 Thread Gora Mohanty
On 24 February 2013 17:55, mitcoe4 wrote: > hi, > We are using solr 4.0.0 . We want to add our Plugin into solr.Could you > please suggest detailed steps to add plugin? What would your plugin do, i.e., which part of Solr do you want to hook into: Indexing, searching, or what? Regards, Gora

how to add own plugin in solr

2013-02-24 Thread mitcoe4
hi, We are using solr 4.0.0 . We want to add our Plugin into solr.Could you please suggest detailed steps to add plugin? -- View this message in context: http://lucene.472066.n3.nabble.com/how-to-add-own-plugin-in-solr-tp4042539.html Sent from the Solr - User mailing list archive at Nabble.

Re: Solr Grouping and empty fields

2013-02-24 Thread Jilal Oussama
Oh this is a good one ! Thank you very much Teun (But I will have to ask you how do you generate a unique value for the copy field when the original one is empty? Do you do this manualy or solr can do it?) And thanks again. On Feb 24, 2013 12:11 PM, "Teun Duynstee" wrote: > We had a comparable si

Solr Suggester component doesn't return hits for non-English words

2013-02-24 Thread Dejan Caric
Hi everyone, I have defined a suggest component like this: suggest org.apache.solr.spelling.suggest.Suggester org.apache.solr.spelling.suggest.tst.TSTLookup autosuggest_general 0.005 true true suggest true

Re: Solr Grouping and empty fields

2013-02-24 Thread Teun Duynstee
We had a comparable situation. We created an extra field and at index time copy the value if there is one and create a unique dummy value if there is none. We couldn't just make the initial field required, because it has a meaning other than just a grouping key. Teun Op 22 feb. 2013 20:47 schreef "