SOLRCloud dynamic teaser (hit highlighting)

2013-03-19 Thread chamara
I am using SOLRCloud 4.1 I have a document as follows tagcar/tag bodythis is a body of the document that talks about vehicles/body When this gets indexed i create copy the content to the text default field. results in:text field for this doc strcar /str strthis is a body of the document that

Re: SOLRCloud dynamic teaser (hit highlighting)

2013-03-19 Thread chamara
Thanks for your reply. Sorry i forgot to mention that the it is using the text field and it is stored = true. and i am getting back highlighted snippets as well. It is just that I need a longer fragment.(What i need is something like when i copy the fields to text to make sure it does not add them

How to change the index dir in Solr 4.1

2013-02-21 Thread chamara
I am having 5 shards in one machine using the new one collection multiple cores method. I am trying to change the index directory, but if i hard code that in the SolrConfig.xml , the index dir does not change for other cores and each core tries to fight over it and ends up as a deadlock. Is there

Re: SOLR4 SAN vs Local Disk?

2013-02-21 Thread chamara
Thanks Shawn for the Input, I could actually get RAID10's. -- View this message in context: http://lucene.472066.n3.nabble.com/SOLR4-SAN-vs-Local-Disk-tp4041299p4041895.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: How to change the index dir in Solr 4.1

2013-02-21 Thread chamara
Yes that is what i am doing now? I taught this solution is not elegant for a deployment? Is there any other way to do this from the SolrConfig.xml? -- View this message in context: http://lucene.472066.n3.nabble.com/How-to-change-the-index-dir-in-Solr-4-1-tp4041891p4041950.html Sent from the

SOLR4 SAN vs Local Disk?

2013-02-19 Thread chamara
Hi Guys, I know you all have came across this when doing hardware configuration, If i use all the bells and whistles version of SAN is that enough to out power Physical disk? Also my topology is to have 5 shards in one Machine. Thanks in advance. -- View this message in context:

Re: SOLR4 SAN vs Local Disk?

2013-02-19 Thread chamara
Hi Thanks Shawn for the Input, Yes i am using SolrCloud to replicate the index to another server running with the same spec with 32cores and 72GB RAM on each machine. I have to test the performance of RAID 10? Have you ever done a deployment with RAID 10? The indexing will be NRT as far as i can

Re: UIMA analysisEngine path

2011-05-17 Thread chamara
UpdateRequestProcessorFactory API changed. Hope this helps, Tommaso Il giorno 16/mag/2011, alle ore 18.54, chamara ha scritto: Hi Tommaso, Thanks for the quick reply. I had copied the lib files and followed instructions on http://wiki.apache.org/solr/SolrUIMA#Installation. However i get this error

Re: UIMA analysisEngine path

2011-05-17 Thread chamara
version 1.4.1 as well? Thanks again On Tue, May 17, 2011 at 12:13 PM, Tommaso Teofili [via Lucene] ml-node+2952043-2093755785-399...@n3.nabble.com wrote: Hi again Chamara, 2011/5/17 chamara [hidden email]http://user/SendEmail.jtp?type=nodenode=2952043i=0 Thanks Tommaso, yes

Re: UIMA analysisEngine path

2011-05-16 Thread chamara
: Error Instantiating UpdateRequestP rocessorFactory, org.apache.solr.uima.processor.UIMAUpdateRequestProcessorFactor y is not a org.apache.solr.update.processor.UpdateRequestProcessorFactory Regards, Chamara On Mon, May 16, 2011 at 9:17 AM, Tommaso Teofili [via Lucene] ml-node+2946920

Re: UIMA analysisEngine path

2011-05-13 Thread chamara
Hi, Is this code line 57 needs to be changed to the location where the jar files(library files) resides? URL url = this.getClass().getResource(location of the jar files); I did change it but no luck so far. Let me know what i am doing wrong? -- View this message in context: