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

SOLRCloud dynamic teaser (hit highlighting)

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

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 So

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.

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-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 se

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: http://lu

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=node&node=2952043&

Re: UIMA analysisEngine path

2011-05-17 Thread chamara
he error raises from > 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 instruct

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+2946

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(""); I did change it but no luck so far. Let me know what i am doing wrong? -- View this message in context: http://lucene.472066.n3.nabble.com/UIMA-an