RE: Solr 5.4.0: Colored Highlight and multi-value field ?

2017-10-06 Thread Bruno Mannina
erickerick...@gmail.com] Envoyé : mercredi 4 octobre 2017 15:48 À : solr-user Objet : Re: Solr 5.4.0: Colored Highlight and multi-value field ? How does it not work for you? Details matter, an example set of values and the response from Solr are good bits of info for us to have. On Tue, Oct 3, 2017 at 3:59

Re: Solr 5.4.0: Colored Highlight and multi-value field ?

2017-10-04 Thread Erick Erickson
How does it not work for you? Details matter, an example set of values and the response from Solr are good bits of info for us to have. On Tue, Oct 3, 2017 at 3:59 PM, Bruno Mannina wrote: > Dear all, > > > > Is it possible to have a colored highlight in a

Solr 5.4.0: Colored Highlight and multi-value field ?

2017-10-03 Thread Bruno Mannina
Dear all, Is it possible to have a colored highlight in a multi-value field ? I’m succeed to do it on a textfield but not in a multi-value field, then SOLR takes hl.simple.pre / hl.simple.post as tag. Thanks a lot for your help, Cordialement, Best Regards Bruno Mannina

Re: Fieldtype json supported in SOLR 5.4.0 or 5.4.1

2017-04-02 Thread Abhijit Pawar
> > > > ​Have anyone else gone through this kind of issue ? > > > > > > > > > > On Tue, Mar 28, 2017 at 6:20 PM, Rick Leir <rl...@leirtech.com> wrote: > > > > > Abhijit > > > In Mongo you probably have one JSON r

Re: Fieldtype json supported in SOLR 5.4.0 or 5.4.1

2017-04-01 Thread Zheng Lin Edwin Yeo
; > Abhijit > > In Mongo you probably have one JSON record per document. You can post > that > > JSON record to Solr, and the JSON fields get indexed. The github project > > you mention does just that. If you use the Solr managed schema then Solr > > will automatically define

Re: Fieldtype json supported in SOLR 5.4.0 or 5.4.1

2017-03-31 Thread Abhijit Pawar
ds based on what it receives. Otherwise you > will need to carefully design a schema.xml. > Cheers -- Rick > > On March 28, 2017 6:08:40 PM EDT, Abhijit Pawar < > abhijit.ibizs...@gmail.com> wrote: > >Hello All, > > > >I am working on a requirement to index

Re: Fieldtype json supported in SOLR 5.4.0 or 5.4.1

2017-03-29 Thread Abhijit Pawar
Thanks Rick. Does that mean I need to define managed-schema.xml, I thought it gets created by default on installing but only on later versions of SOLR ( 6.0 or later). Will managed-schema help in indexing the JSON type fields in the mongoDB ? How do I define the managed-schema in SOLR 5.4.0

Re: Fieldtype json supported in SOLR 5.4.0 or 5.4.1

2017-03-28 Thread Rick Leir
. Otherwise you will need to carefully design a schema.xml. Cheers -- Rick On March 28, 2017 6:08:40 PM EDT, Abhijit Pawar <abhijit.ibizs...@gmail.com> wrote: >Hello All, > >I am working on a requirement to index field of type JSON (in mongoDB >collection) in SOLR 5.4.0. > >I

Fieldtype json supported in SOLR 5.4.0 or 5.4.1

2017-03-28 Thread Abhijit Pawar
Hello All, I am working on a requirement to index field of type JSON (in mongoDB collection) in SOLR 5.4.0. I am using mongo-jdbc-dih which I found on GitHub : https://github.com/hrishik/solr-mongodb-dih However I could not find a fieldtype on Apache SOLR wiki page which would support JSON

ObjectId datatype handling in SOLR 5.4.0

2017-03-21 Thread Abhijit Pawar
Hello, I am trying to index fields with ObjectId datatype from my mongoDB into SOLR 5.4.0 using DIH(DataImportHandler) however it does not allow me to index it. I have to change it to string in my mongodb and then index it. Is there a way to index ObjectId datatype fields in SOLR schema ? Best

Re: Difference in boolean query parsing. Solr-5.4.0 VS Solr.6.1.0

2016-08-04 Thread Steve Rowe
gt; > *Query : *fl:(network hardware AND device OR system) > *Solr.6.1.0 :* "+(+fl:network +fl:hardware fl:device fl:system)" > *Solr-5.4.0 : *"+(fl:network +fl:hardware +fl:device fl:system)" > > *Query : *fl:(network OR hardware device system) > *Solr.

Difference in boolean query parsing. Solr-5.4.0 VS Solr.6.1.0

2016-08-04 Thread Modassar Ather
) *Solr.6.1.0 :* "+(+fl:network +fl:hardware fl:device fl:system)" *Solr-5.4.0 : *"+(fl:network +fl:hardware +fl:device fl:system)" *Query : *fl:(network OR hardware device system) *Solr.6.1.0 : *"+(fl:network fl:hardware +fl:device +fl:system)" *Solr-5.4.

Re: Upgrading from Solr 5.4.0 to Solr 6.0.0

2016-05-25 Thread Zheng Lin Edwin Yeo
Thanks for the information Shawn. It works when I remove the units parameter entirely. Regards, Edwin On 25 May 2016 at 21:49, Shawn Heisey wrote: > On 5/25/2016 3:54 AM, Zheng Lin Edwin Yeo wrote: > > Thanks for your reply. I have found that the problem is with the > >

Re: Upgrading from Solr 5.4.0 to Solr 6.0.0

2016-05-25 Thread Shawn Heisey
On 5/25/2016 3:54 AM, Zheng Lin Edwin Yeo wrote: > Thanks for your reply. I have found that the problem is with the > units="degrees" in schema.xml Caused by: java.lang.RuntimeException: > schema fieldtype > location_rpt(org.apache.solr.schema.SpatialRecursivePrefixTreeFieldType) > invalid

Re: Upgrading from Solr 5.4.0 to Solr 6.0.0

2016-05-25 Thread Zheng Lin Edwin Yeo
> > Cheers > > On Wed, May 25, 2016 at 9:09 AM, Zheng Lin Edwin Yeo <edwinye...@gmail.com > > > wrote: > > > Hi, > > > > I'm in the process of upgrading from Solr 5.4.0 to Solr 6.0.0. > > > > However, when I migrate the index over, it

Re: Upgrading from Solr 5.4.0 to Solr 6.0.0

2016-05-25 Thread Alessandro Benedetti
any problem! Cheers On Wed, May 25, 2016 at 9:09 AM, Zheng Lin Edwin Yeo <edwinye...@gmail.com> wrote: > Hi, > > I'm in the process of upgrading from Solr 5.4.0 to Solr 6.0.0. > > However, when I migrate the index over, it says that there is Error loading > solr

Upgrading from Solr 5.4.0 to Solr 6.0.0

2016-05-25 Thread Zheng Lin Edwin Yeo
Hi, I'm in the process of upgrading from Solr 5.4.0 to Solr 6.0.0. However, when I migrate the index over, it says that there is Error loading solr config from solrconfig.xml. Is there is anything that is not comparable from Solr 5.4.0 which may causes this? I have changed

Re: SOLR 5.4.0?

2016-01-08 Thread Ere Maijala
? Ramkumar is working on it... Best, Erick On Wed, Dec 30, 2015 at 11:07 PM, Ere Maijala <ere.maij...@helsinki.fi> wrote: Well, for us SOLR-8418 is a major issue. I haven't encountered other issues, but that one was sort of a show-stopper. --Ere 31.12.2015, 7.27, William Bell kirjoitti: How i

Re: Using post.jr for indexing in Solr 5.4.0

2016-01-01 Thread Alexandre Rafalovitch
Wait? You are trying to clean up text just before indexing? Have you tried an UpdateRequestProcessor to do that? Regards, Alex On 1 Jan 2016 1:14 am, "Zheng Lin Edwin Yeo" wrote: > Yes, I tried using the latest post.jar, and I got the same error. > > I have shortlisted

Re: Using post.jr for indexing in Solr 5.4.0

2016-01-01 Thread Zheng Lin Edwin Yeo
Yes, I'm trying to clean up the text before indexing, but I have not tried on UpdateRequestProcessor. I have been modifying the SolrContentHandler to do that. Regards, Edwin On 1 January 2016 at 16:32, Alexandre Rafalovitch wrote: > Wait? You are trying to clean up text

Re: SOLR 5.4.0?

2015-12-31 Thread Xavier Sanchez Loro
El 31/12/15 a las 8:07, Ere Maijala escribió: Well, for us SOLR-8418 is a major issue. I haven't encountered other issues, but that one was sort of a show-stopper. --Ere 31.12.2015, 7.27, William Bell kirjoitti: How is SOLR 5.4.0 ? I heard there was a quick 5.4.1 coming out? Any major

Re: Using post.jr for indexing in Solr 5.4.0

2015-12-31 Thread Erik Hatcher
Looks like you don't have Solr "Cell" lib's pointed to properly in your solrconfig. Try /update/extract directly taking post.jar out if the equation to troubleshoot. What's your exact command line? Erik > On Dec 31, 2015, at 00:42, Zheng Lin Edwin Yeo wrote: >

Re: SOLR 5.4.0?

2015-12-31 Thread Erick Erickson
one was sort of a show-stopper. > > --Ere > > 31.12.2015, 7.27, William Bell kirjoitti: >> >> How is SOLR 5.4.0 ? I heard there was a quick 5.4.1 coming out? >> >> Any major issues? >> > > -- > Ere Maijala > Kansalliskirjasto / The National Library of Finland

Re: Using post.jr for indexing in Solr 5.4.0

2015-12-31 Thread Zheng Lin Edwin Yeo
Yes, I tried using the latest post.jar, and I got the same error. I have shortlisted the problem down to the org.apache.solr.handler.extraction.ExtractingDocumentLoader, as I have modified my SolrContentHandler to remove things like \n, \t and \r from being indexed. for this, I have repackaged

Re: Using post.jr for indexing in Solr 5.4.0

2015-12-31 Thread Zheng Lin Edwin Yeo
Hi, This is the latest error that I got even after I update all the class and dependency jars to the latest version. SimplePostTool: WARNING: Response: 5000 java.lang.NullPointerException at org.apache.tika.parser.AutoDetectParser.init(AutoDetectParser .java:77) at

Re: SOLR 5.4.0?

2015-12-30 Thread Ere Maijala
Well, for us SOLR-8418 is a major issue. I haven't encountered other issues, but that one was sort of a show-stopper. --Ere 31.12.2015, 7.27, William Bell kirjoitti: How is SOLR 5.4.0 ? I heard there was a quick 5.4.1 coming out? Any major issues? -- Ere Maijala Kansalliskirjasto

SOLR 5.4.0?

2015-12-30 Thread William Bell
How is SOLR 5.4.0 ? I heard there was a quick 5.4.1 coming out? Any major issues? -- Bill Bell billnb...@gmail.com cell 720-256-8076

Using post.jr for indexing in Solr 5.4.0

2015-12-30 Thread Zheng Lin Edwin Yeo
Hi, Would like to find out, is there any changes to the post.jar for Solr 5.4? I tried to use the post.jar from Solr 5.3.0, and it gives me the following error during indexing: java.lang.NoSuchMethodError: org.apache.solr.h andler.extraction.ExtractingDocumentLoader.init(Lorg/apache/solr/request

Re: Using post.jr for indexing in Solr 5.4.0

2015-12-30 Thread davidphilip cherian
Did you try using the latest post jar (shipped with 5.4 version) to index same docs? What happened? Did you get the same error or no? On Thu, Dec 31, 2015 at 11:12 AM, Zheng Lin Edwin Yeo wrote: > Hi, > > Would like to find out, is there any changes to the post.jar for

SOLR-8418: Nasty bug in MoreLikeThis handler in Solr 5.4.0

2015-12-22 Thread Ere Maijala
Those of you who are planning to upgrade to Solr 5.4.0, be aware that there's a bug in the MoreLikeThis handler that makes it fail with boosting. There's a Solr issue with a patch thanks to Jens Wille: https://issues.apache.org/jira/browse/SOLR-8418. I really hope this gets into 5.4.1, for us

[ANNOUNCE] Apache Solr 5.4.0 released

2015-12-14 Thread Upayavira
14 December 2015, Apache Solr™ 5.4 available Solr is the popular, blazing fast, open source NoSQL search platform from the Apache Lucene project. Its major features include powerful full-text search, hit highlighting, faceted search, dynamic clustering, database integration, rich document (e.g.,