Korean script conversion

2015-03-28 Thread Eyal Naamati
Hi, We are starting to index records in Korean. Korean text can be written in two scripts: Han characters (Chinese) and Hangul characters (Korean). We are looking for some solr filter or another built in solr component that converts between Han and Hangul characters (transliteration). I know the

Re: How to boost documents at index time?

2015-03-28 Thread Ahmet Arslan
Hi, Did you disable norms ( omitNorms="true" ) accidentally ? Ahmet On Saturday, March 28, 2015 9:49 AM, CKReddy Bhimavarapu wrote: I am want to boost docs at index time, I am doing this using boost parameter in doc field . but I can't see direct impact on the doc by using debuQuery. My qu

Re: Can SOLR custom analyzer access another field's value?

2015-03-28 Thread Erick Erickson
I think you're really writing a custom update processor that creates its own analysis chain to do what you want. Likely this would be somewhat expensive unless you could batch together user's documents so you'd only have to fetch the stopwords once. Then you'd have to do something equivalent at qu

Re: Can SOLR custom analyzer access another field's value?

2015-03-28 Thread sylkaalex
My main goal creating custom stop word filter which will connect to my db and get stopwords list which will be different for each user. This filter will be attached to deal_title field and during indexing my documents I need to know which user is owner of this document (I can get this info from use

Re: ZFS File System for SOLR 3.6 and SOLR 4

2015-03-28 Thread Bill Bell
Is the an advantage for Xfs over ext4 for Solr ? Anyone done testing? Bill Bell Sent from mobile > On Mar 27, 2015, at 8:14 AM, Shawn Heisey wrote: > >> On 3/27/2015 12:30 AM, abhi Abhishek wrote: >> i am trying to use ZFS as filesystem for my Linux Environment. are >> there any perfor

Re: How to boost documents at index time?

2015-03-28 Thread Bill Bell
Issue a Jura ticket ? Did you try debugQuery ? Bill Bell Sent from mobile > On Mar 28, 2015, at 1:49 AM, CKReddy Bhimavarapu wrote: > > I am want to boost docs at index time, I am doing this using boost > parameter in doc field . > but I can't see direct impact on the doc by using debuQuery

Re: Best way to monitor Solr regarding crashes

2015-03-28 Thread Otis Gospodnetic
Hi Michael , SPM - http://sematext.com/spm will help. It can monitor all SOLR and JVM metrics and alert you when their values cross thresholds or become abnormal. In your case I'd first look at the JVM metrics - memory pools and their utilization. Heartbeat alert will notify you when your serve

Re: Solr 5.0.0 and HDFS

2015-03-28 Thread Mark Miller
Hmm...can you file a JIRA issue with this info? - Mark On Fri, Mar 27, 2015 at 6:09 PM Joseph Obernberger wrote: > I just started up a two shard cluster on two machines using HDFS. When I > started to index documents, the log shows errors like this. They repeat > when I execute searches. All s

Re: New To Solr, getting error using the quick start guide

2015-03-28 Thread Shawn Heisey
On 3/27/2015 8:00 PM, Will ferrer wrote: > I am new to solr and trying to run through the quick start guide ( > http://lucene.apache.org/solr/quickstart.html). > > The installation seems fine but then I run: > > bin/solr start -e cloud -noprompt You are starting the cloud example with no prompts

Re: Best way to monitor Solr regarding crashes

2015-03-28 Thread Shawn Heisey
On 3/28/2015 7:45 AM, Michael Bakonyi wrote: > we were using Solr for about 3 months without problems until a few days ago > it crashed one time and we don't know why. After a restart everything was > fine again but we want to be better prepared the next time this could happen. > So I'd like to

Best way to monitor Solr regarding crashes

2015-03-28 Thread Michael Bakonyi
Hi, we were using Solr for about 3 months without problems until a few days ago it crashed one time and we don't know why. After a restart everything was fine again but we want to be better prepared the next time this could happen. So I'd like to know what's the best way to monitor a single Sol

How to boost documents at index time?

2015-03-28 Thread CKReddy Bhimavarapu
I am want to boost docs at index time, I am doing this using boost parameter in doc field . but I can't see direct impact on the doc by using debuQuery. My question is that is there any other way to boost doc at index time and can see the reflected changes i.e direct impact. -- ckreddybh.