Re: Field Value Highlighting

2016-06-24 Thread Kalpana
Hello I am looking for something similar - did you find a solution? Thanks -- View this message in context: http://lucene.472066.n3.nabble.com/Field-Value-Highlighting-tp3122209p4284242.html Sent from the Solr - User mailing list archive at Nabble.com.

RE: Solr Highlights

2016-06-24 Thread Kalpana
It worked! Thanks! -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-Highlights-tp4283511p4284241.html Sent from the Solr - User mailing list archive at Nabble.com.

RE: Solr Highlights

2016-06-24 Thread Kalpana
So I changed it to says text_general and now I see it in the results highlights – although I have another field called health_content_t which is text_general but I don’t see it under highlights. Any idea? Thanks for your help! From: Erick Erickson [via Lucene] [mailto:ml-node+s472066n428351...

Using n-grams vs AnalyzingInfixLookupFactory for suggestions in solr

2016-06-24 Thread Harsha JSN
Hi, I have some doubts regarding usage of AnalyzingInfixLookupFactory as lookup implementation for suggestions. 1.) AnalyzingInfixLookupFactory constructs n-grams for the suggestion field while building suggestions index. If the main index which is used for search is already having n-grams for

Re: frange and calculated values

2016-06-24 Thread John Blythe
ahh, bummer! yup, will do the work before producing the query. thanks, erik! -- *John Blythe* Product Manager & Lead Developer 251.605.3071 | j...@curvolabs.com www.curvolabs.com 58 Adams Ave Evansville, IN 47713 On Fri, Jun 24, 2016 at 11:39 AM, Erik Hatcher wrote: > John - > > I’m pretty

Re: Fail to load org.apache.solr.schema.PreAnalyzedField$PreAnalyzedAnalyzer for fieldType "preanalyzed"

2016-06-24 Thread Steve Rowe
Hi Liu Peng, Did you mix parts of an older Solr installation into your 6.0.0 installation? There were changes to PreAnalyzedField recently (in 5.5.0: ), and so if you mix old Solr jars with newer ones, you might see things like the error you sho

Re: frange and calculated values

2016-06-24 Thread Erik Hatcher
John - I’m pretty sure that l(ower) and u(pper) values must be actual float numbers, not functions. I’ve just traced through the code and I don’t see that it interprets anything before converting the string value to a float in FunctionValues#getRangeScorer. Just do the math and hard-code th

Re: Solutions for Multi-word Synonyms

2016-06-24 Thread Joe Lawson
I rounded up some of the discussion here: http://opensourceconnections.com/blog/2016/06/23/solr-multi-word-synonym-solutions-2016/ Also my colleage pointed me to another project Querqy, https://github.com/renekrie/querqy which "is a framework for query preprocessing in Java-based search engines. I

RE: Where is Stored values resides ?

2016-06-24 Thread Sidana, Mohit
Hi Prabaharan, You can use Luke to open an index. http://www.getopt.org/luke/ -Original Message- From: Rajendran, Prabaharan [mailto:rajendra...@dnb.com] Sent: Friday, June 24, 2016 3:42 PM To: solr-user@lucene.apache.org Subject: RE: Where is Stored values resides ? Thanks for the

RE: Where is Stored values resides ?

2016-06-24 Thread Rajendran, Prabaharan
Thanks for the information, I just want to see how it stored data. -Original Message- From: Erick Erickson [mailto:erickerick...@gmail.com] Sent: 24 June 2016 00:51 To: solr-user Subject: Re: Where is Stored values resides ? stored="true" data is kept in *.fdt and *.fdx files in the inde

Re: Sorting & searching on the same field

2016-06-24 Thread Jay Potharaju
Thanks Alex, I will check this out. Is it possible to do something at query time , using a function query to lowercase the field and then sort on it.? Jay > On Jun 24, 2016, at 12:03 AM, Alexandre Rafalovitch > wrote: > > Keep voting for SOLR-8362? > > You could do your preprocessing in Upda

Internode communication failed when enable basic authentication Solr 6.1.0

2016-06-24 Thread Shankar Ramalingam
Hi Team, Basic Authentication is enabled on Solr cloud and node1 is running on one machine and node2 is runnin on second machine, zookeeper installed on second machine. Getting unathorized error when enable basic auth, error mostly occure when machine trying access machine 2 solr and also while s

frange and calculated values

2016-06-24 Thread John Blythe
hi all, i'm querying a pricing benchmark data set with product level detail from a customer's recent purchases. to help refine things, i'm attempting to keep the low benchmark price within a 3x and 1/3x range of the currently paid price. so, for instance, if i've been buying Foo at $100, I don't

RE: How to configure and use updateRequestProcessorChain for Solr-5.3.1

2016-06-24 Thread Rajendran, Prabaharan
Thanks Alexander, now I moved copy action to chain/script. Its working as expected. Thanks, Prabaharan -Original Message- From: Alexandre Rafalovitch [mailto:arafa...@gmail.com] Sent: 24 June 2016 03:49 To: solr-user Subject: RE: How to configure and use updateRequestProcessorChain for

Re: Re: Does Solr 6.0 support indexing and querying for HUNGARIAN, KOREAN, SLOVAK, VIETNAMESE and Traditional Chinese documents?

2016-06-24 Thread Alexandre Rafalovitch
Also, Solr also includes IBM's very comprehensive ICU (Unicode) library. It needs to be added to the path, but has support for multiple languages and complex Unicode rules. The project info is at: http://site.icu-project.org/ The integration example is: http://www.solr-start.com/javadoc/solr-luce

Re: Re: Does Solr 6.0 support indexing and querying for HUNGARIAN, KOREAN, SLOVAK, VIETNAMESE and Traditional Chinese documents?

2016-06-24 Thread Alexandre Rafalovitch
You can jump from the definition to the Javadoc to Github-hosted source to find the location. In this particular case, it is here: https://github.com/apache/lucene-solr/tree/releases/lucene-solr/6.0.0/lucene/analysis/common/src/java/org/apache/lucene/analysis/hu Hope it helps, Alex. News

回复:Re: Does Solr 6.0 support indexing and querying for HUNGARIAN, KOREAN, SLOVAK, VIETNAMESE and Traditional Chinese documents?

2016-06-24 Thread tjlp
Hi, Alex, Although in the list you provide, org.apache.lucene.analysis.hu.HungarianAnalyzer is there. But in the source code of Solr 6.0 (include the Lucene source code), no package org.apache.lucene.analysis.hu is define. Thanks Liu Peng - 原始邮件 - 发件人:Alexandre Rafalovitch 收件人:solr-u

Re: How do I use Spring Boot when Solr 6.1 (and thus Jetty 9.3) is on the classpath?

2016-06-24 Thread Henrik Brautaset Aronsen
Hi Matt, We use org.apache.solr.client.solrj.embedded.JettySolrRunner from solr-core in our tests, and it has references to severeal org.eclipse.jetty.server.* classes. Cheers, Henrik On Fri, Jun 24, 2016 at 10:01 AM, Matt Pearce wrote: > > Henrik, > > What Solr dependencies are you using? So

Re: How do I use Spring Boot when Solr 6.1 (and thus Jetty 9.3) is on the classpath?

2016-06-24 Thread Matt Pearce
Henrik, What Solr dependencies are you using? SolrJ doesn't rely on Jetty, and should be enough to query, index, etc. -Matt On 24/06/16 08:45, Henrik Brautaset Aronsen wrote: I have a Spring Boot project, and I am trying to upgrade from Solr 5.4 to Solr 6.1. Solr 6.1 has a dependency to Jet

How do I use Spring Boot when Solr 6.1 (and thus Jetty 9.3) is on the classpath?

2016-06-24 Thread Henrik Brautaset Aronsen
I have a Spring Boot project, and I am trying to upgrade from Solr 5.4 to Solr 6.1. Solr 6.1 has a dependency to Jetty 9.3. Now Spring Boot complains: it gives a NoClassDefFoundError: org/eclipse/jetty/server/handler/ContextHandler$NoContext. ContextHandler exists in Jetty 9.3, but not the inner cl

Re: Sorting & searching on the same field

2016-06-24 Thread Alexandre Rafalovitch
Keep voting for SOLR-8362? You could do your preprocessing in UpdateRequestProcessor chain. There is nothing specifically for Lower/Upper case, but there is a generic scripting one: http://www.solr-start.com/javadoc/solr-lucene/org/apache/solr/update/processor/StatelessScriptUpdateProcessorFactor