RE: Solr 6.0 Highlighting Not Working

2016-10-25 Thread Teague James
Hi - Thanks for the reply, I'll give that a try.   -Original Message- From: jimtronic [mailto:jimtro...@gmail.com] Sent: Monday, October 24, 2016 3:56 PM To: solr-user@lucene.apache.org Subject: Re: Solr 6.0 Highlighting Not Working Perhaps you need to wrap your inner ""

Re: Solr 6.0 Highlighting Not Working

2016-10-24 Thread jimtronic
Perhaps you need to wrap your inner "" and "" tags in the CDATA structure? -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-6-0-Highlighting-Not-Working-tp4302787p4302835.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Solr 6.0 Parallel SQL

2016-05-23 Thread Erick Erickson
For <2> and <3> well, yes. To do _anything_ in Solr you need to index the data to Solr. It doesn't magically reach out into the DB and do stuff. <3> you can either use DIH or a SolrJ program and yes, you do have to do some kind of mapping of database columns into Solr documents I want to caut

Re: Solr 6.0 Parallel SQL

2016-05-23 Thread Joel Bernstein
The docs describe the current capabilities. So if it's not in the docs, it's not supported yet. For example the docs don't mention joins or intersections and they are not supported. Another example is that select count(*) is supported, and select distinct is supported, but select count(distinct) is

Re: Solr 6.0

2016-02-25 Thread Renaud Delbru
Hi Shawn, On 25/02/16 14:07, Shawn Heisey wrote: The CDCR functionality is currently present in the master branch, but I do not know for sure whether it will be included in the 6.0 release. I am not involved with that feature and have no idea how stable the code is. CDCR is stable and is runnin

Re: Solr 6.0

2016-02-25 Thread Yonik Seeley
On Thu, Feb 25, 2016 at 9:07 AM, Shawn Heisey wrote: > http://yonik.com/solr-6/ For those of you in the NYC area, I'm giving a talk soon on Solr 6 (and depending on the timing, "Preview" could turn into "Overview" :-) NYC Apache Lucene/Solr Meetup Solr 6 Feature Preview Wednesday, March 9, 2016 6

Re: Solr 6.0

2016-02-25 Thread Shawn Heisey
On 2/25/2016 6:32 AM, Steven White wrote: > Where can I learn more about the upcoming Solr 6.0? I understand the > release date cannot be know, but I hope the features and how it difference > from 5.x is known. Yonik (creator of Solr) has a blog post about features in the upcoming version: http: