RE: Stop/Restart Solr

2013-10-23 Thread Jeevanandam M.
@lucene.apache.org Subject: Re: Stop/Restart Solr 31173 1 0 16:45 ?00:00:08 java -jar start.jar On Wed, Oct 23, 2013 at 2:53 PM, Jeevanandam M. wrote: > Can you please share output of following command? > ps -ef | grep 'start.jar' > > - Jeeva > >

RE: Stop/Restart Solr

2013-10-23 Thread Jeevanandam M.
Can you please share output of following command? ps -ef | grep 'start.jar' - Jeeva -- Original Message -- From: Raheel Hasan [mailto:raheelhasan@gmail.com] Sent: October 23, 2013 3:19:46 PM GMT+05:30 To: solr-user@lucene.apache.org Subject: Re: Stop/Restart Solr Kill -9 ###

RE: Seeking New Moderators for solr-user@lucene

2013-10-20 Thread Jeevanandam M.
Hello Hoss - My pleasure, kindly accept my moderator nomination. Regards, Jeeva -- Original Message -- From: Chris Hostetter [mailto:hossman_luc...@fucit.org] Sent: October 19, 2013 12:22:34 AM GMT+05:30 To: solr-user@lucene.apache.org Subject: Seeking New Moderators for solr-use

Re: zkcli issues

2012-11-16 Thread Jeevanandam Madanagopal
;>> .;/Users/jeeva/dc-1/solr-cli-lib/* >>> >>> - Mark >>> >>> On Thu, Nov 15, 2012 at 8:53 PM, Nick Chase wrote: >>>> Unfortunately, this doesn't seem to solve the issue; now I'm beginning to >>>> wonder if maybe it's becau

Re: Multivalued or not

2012-11-14 Thread Jeevanandam Madanagopal
valued field. >> >> If I change the field definition, so I explicitly say multivalued is false: >> >> > name="*_string" >> stored="true" >> type="string" >>

Re: Multivalued or not

2012-11-14 Thread Jeevanandam Madanagopal
Hello Peter - In Solr 3.6 multiValued is false by default. Since Schema version 1.1 onwards multiValued attribute value is false by default (, , ) -Jeeva Blog: http://www.myjeeva.com On Nov 14, 2012, at 2:04 PM, Peter Kirk wrote: > Hi > > In Solr 3.6, is multivalued for fields, default tr

Re: zkcli issues

2012-11-11 Thread Jeevanandam Madanagopal
emble > (http://www.myjeeva.com/2012/10/solrcloud-cluster-single-collection-deployment/#uploading-solrconfig-to-zookeeper) Cheers, Jeeva On Nov 12, 2012, at 12:48 PM, Jeevanandam Madanagopal wrote: > Nick - > > I believe you're experiencing a difficulties with SolrCloud

Re: zkcli issues

2012-11-11 Thread Jeevanandam Madanagopal
Nick - I believe you're experiencing a difficulties with SolrCloud CLI commands for interacting ZooKeeper. Please have a look on below links, it will provide you direction. Handy SolrCloud ZkCLI Commands Uploading Solr Configuration into ZooKeeper ensemble Cheers, Jeeva On Nov 12, 2012, at 4:45

Re: KeeperException (NodeExists for /overseer): SolrCloud Multiple Collections - is it safe ignore these exceptions?

2012-10-19 Thread Jeevanandam Madanagopal
ogs things we can't stop, even though it's > expected that sometimes we will try and remove nodes that are not there or > create nodes that are already there. > > - Mark > > On Thu, Oct 18, 2012 at 9:01 AM, Jeevanandam Madanagopal > wrote: > Hello - > > Wh

Re: maven artifact for solr-solrj-4.0.0

2012-10-18 Thread Jeevanandam Madanagopal
Sorry, missed the maven central repo link - http://search.maven.org/#artifactdetails|org.apache.solr|solr-solrj|4.0.0|jar Cheers, Jeeva Blog: http://www.myjeeva.com On Oct 18, 2012, at 1:59 PM, Jeevanandam Madanagopal wrote: > Grzegorz Sobczyk - It's already available in Maven cent

Re: maven artifact for solr-solrj-4.0.0

2012-10-18 Thread Jeevanandam Madanagopal
Grzegorz Sobczyk - It's already available in Maven central repo link org.apache.solr solr-solrj 4.0.0 PS: use this 'http://search.maven.org' official website of maven central repository for artifact search/download Cheers, Jeeva Blog: http://www.myjeeva.com On Oct 18, 2012, at 1

Re: Boosting documents based on search term/phrase

2012-05-01 Thread Jeevanandam
Yes, you can add in last-components section on default query handler. elevator - Jeevanandam On 02-05-2012 3:53 am, Donald Organ wrote: query elevation was exactly what I was talking about. Now is there a way to add this to the default query handler? On Tue, May 1, 2012 at 4:26 PM

Re: How to expand list into multi-valued fields?

2012-05-01 Thread Jeevanandam
here you go specify regex transformer in entity tag of DIH config xml like below and then That's it! - Jeevanandam On 02-05-2012 12:35 am, invisbl wrote: I am indexing content from a RDBMS. I have a column in a table with pipe separated values, and upon indexing I would li

Re: change index/store at indexing time

2012-04-29 Thread Jeevanandam Madanagopal
Maria - thanks for detailed explanation. as per schema.xml; stored or indexed should be defined at schema design itself. as per my understanding defining at runtime is not feasible. BTW, you can have multiValued="true" attribute for dynamic fields too. - Jeevanandam On Apr 29, 201

Re: change index/store at indexing time

2012-04-28 Thread Jeevanandam
Maria, thanks for detailed explanation. as per schema.xml; stored or indexed should be defined at design-time. Per my understanding defining at runtime is not feasible. BTW, you can have multiValued="true" attribute for dynamic fields too. - Jeevanandam On 29-04-2012 2:06 am, Vazq

Re: change index/store at indexing time

2012-04-28 Thread Jeevanandam
Maria, For your need please define unique pattern using dynamic field in schema.xml Please have a look http://wiki.apache.org/solr/SchemaXml#Dynamic_fields Hope that helps! -Jeevanandam Technology keeps you connected! On Apr 28, 2012, at 10:33 PM, "Vazquez, Maria (STM)" wrote

Re: change index/store at indexing time

2012-04-27 Thread Jeevanandam Madanagopal
As Bill mentioned, you can use Script. Please have a look: http://wiki.apache.org/solr/DataImportHandler#ScriptTransformer - Jeevanandam On Apr 28, 2012, at 7:07 AM, Bill Bell wrote: > Yes you can. Just use a script that is called for each row. > > Bill Bell > Sent from mobile &g

Re: should slave replication be turned off / on during master clean and re-index?

2012-04-27 Thread Jeevanandam Madanagopal
ll Disabled => slave will not poll master for replication - Jeevanandam [1] http://wiki.apache.org/solr/SolrReplication#Replication_Dashboard On Apr 28, 2012, at 8:03 AM, geeky2 wrote: > hello, > > thank you for the reply, > >>> > Does a "clean" mean issuing

Re: Auto suggest on indexed file content filtered based on user

2012-04-24 Thread Jeevanandam Madanagopal
detailed info http://wiki.apache.org/solr/SpellCheckComponent [probably you might have already went thru :) ] -Jeevanandam On Apr 25, 2012, at 12:01 AM, prakash_ajp wrote: > I read on a couple of other web pages that fq is not supported for suggester. > I even tried the query and it

Re: Auto suggest on indexed file content filtered based on user

2012-04-24 Thread Jeevanandam Madanagopal
acilitate to achieve your desire result. Please refer http://wiki.apache.org/solr/CommonQueryParameters#fq try this q=text&fq=userName:"prakash" Let us know! -Jeevanandam

Re: Auto suggest on indexed file content filtered based on user

2012-04-24 Thread Jeevanandam
can you please share a sample query? -Jeevanandam On 24-04-2012 1:49 pm, prakash_ajp wrote: I am trying to implement an auto-suggest feature. The search feature already exists and searches on file content in user's allotted workspace. The following is from my schema that will be use

Re: Multi-words synonyms matching

2012-04-24 Thread Jeevanandam
el de ville" ===> returns 100 documents q="hotel de ville"&fq=price:[100 To *]&fq=roomType:"King size Bed" ===> returns 40 documents from super set of 100 documents hope this helps! - Jeevanandam On 24-04-2012 3:08 pm, elisabeth benoit wrote: Hello, I&#x

Re: Full Import failed:org.apache.solr.handler.dataimport.DataImportHandlerException: com.mysql.jdbc.CommunicationsException: Communications link failure due to underlying exception

2012-04-23 Thread Jeevanandam
rchive at Nabble.com. Sivaprasad, just a clarification about batch size attribute, is it typo error or real in your db-config.xml Supported attribute name is batchSize="-1" (http://wiki.apache.org/solr/DataImportHandler#Configuring_JdbcDataSource) -Jeevanandam

Re: Using two repeater to rapidly switching Master and Slave (Replication)?

2012-04-23 Thread Jeevanandam
definition)? It looks like, on slave host; master is enabled. and on master executing enablepoll command, will result into 0 2 ERROR No slave configured -Jeevanandam

Re: Wrong categorization with DIH

2012-04-19 Thread Jeevanandam Madanagopal
/wiki.apache.org/solr/DataImportHandler -Jeevanandam On Apr 19, 2012, at 9:37 PM, Ramo Karahasan wrote: > Hi, > > my config is just the following: > > >driver="com.mysql.jdbc.Driver" > url="jdbc:mysql://xx/asdx" >

Re: PolySearcher in Solr

2012-04-19 Thread Jeevanandam Madanagopal
Please have a look http://wiki.apache.org/solr/DistributedSearch -Jeevanandam On Apr 19, 2012, at 9:14 PM, Ramprakash Ramamoorthy wrote: > Dear all, > > > I came across this while browsing through lucy > > http://lucy.apache.org/docs/perl/Lucy/Search/PolySearcher.html &

Re: Wrong categorization with DIH

2012-04-19 Thread Jeevanandam Madanagopal
Ramo - Please share DIH configuration with us. -Jeevanandam On Apr 19, 2012, at 7:46 PM, Ramo Karahasan wrote: > Does anyone has an idea what's going wrong here? > > Thanks, > Ramo > > -Ursprüngliche Nachricht- > Von: Gora Mohanty [mailto:g...@mimirtech.com]

Re: How to escape “<” character in regex in Solr schema.xml?

2012-04-19 Thread Jeevanandam
^.!?]*)*)[.!?]+(?=\\s|$) ^ so revisit your regex pattern particularly position 48 -Jeevanandam On 19-04-2012 7:06 pm, Jeevanandam wrote: try this one pattern="(?<=[^.!?\\s][^.!?]*(?:[.!?](?![']?\s|$)[^.!?]*)*)[.!?]+(?=\\s|$)"

Re: How to escape “<” character in regex in Solr schema.xml?

2012-04-19 Thread Jeevanandam
try this one pattern="(?<=[^.!?\\s][^.!?]*(?:[.!?](?![']?\s|$)[^.!?]*)*)[.!?]+(?=\\s|$)" I tested locally, solr start perfectly. now please test with data. -Jeevanandam On 19-04-2012 9:29 am, smooth almonds wrote: Using Solr 3.5.0 and in my schema.xml I'm using the fol

Re: Can you suggest a method or pattern to consistently promote a document with any query?

2012-04-18 Thread Jeevanandam Madanagopal
Chris - If you have defined 'last-components' in search handler, forceElevation=true may not required. It gets invoked in search life cycle elevator -Jeevanandam On Apr 18, 2012, at 11:37 PM, Chris Warner wrote: > Thanks to those who responded. A more thorough readin

Re: Can you suggest a method or pattern to consistently promote a document with any query?

2012-04-18 Thread Jeevanandam Madanagopal
Chris - Take a look - QueryElevationComponent http://wiki.apache.org/solr/QueryElevationComponent -Jeevanandam On Apr 18, 2012, at 10:46 PM, Chris Warner wrote: > Hi, folks, > > Perhaps I'm overlooking an obvious solution to a common desire... I'd like to > return a

Re: making query in query result

2012-04-17 Thread Jeevanandam
search result. If above scenario matches your need, please try like this: q=(cat%3A"electronics") &fq=(features:"power") "fq" means Filter Query -Jeevanandam On 17-04-2012 4:22 pm, halil wrote: Hi List, I want to make query in a query result whish i

Re: Multi-words synonyms matching

2012-04-11 Thread Jeevanandam Madanagopal
e space tokenizer splits at query time will be a problem as described by Markus. --Jeevanandam On Apr 11, 2012, at 12:30 PM, elisabeth benoit wrote: > <' mapping instead? Something > < < mairie > < > Yes, thanks, I've tried it but from what I undestand it d

Re: Solr is indexing but not showing results

2012-04-09 Thread Jeevanandam Madanagopal
nfig too.) -Jeevanandam On Apr 10, 2012, at 12:18 AM, Walter Underwood wrote: > That is not a good configuration. Synonyms should be expanded at index time, > not query time. --

Re: Solr is indexing but not showing results

2012-04-09 Thread Jeevanandam Madanagopal
Srini - This "text" datatype comes as sample configuration in SOLR distribution. Check this, it may suit your need! -Jeevanandam