RE: Can I use SolrJ 6.3.0 to talk to a Solr 5.2.3 server?

2017-01-04 Thread Jennifer Coston
)); solrClient = new SolrCatalogClient(); ...} } Should I be using initCore instead of createJetty? Thank you! -Jennifer -Original Message- From: Shawn Heisey [mailto:apa...@elyograg.org] Sent: Tuesday, January 03, 2017 2:31 PM To: solr-user@lucene.apache.org S

RE: Can I use SolrJ 6.3.0 to talk to a Solr 5.2.3 server?

2017-01-03 Thread Jennifer Coston
ifer -Original Message- From: Shawn Heisey [mailto:apa...@elyograg.org] Sent: Tuesday, January 03, 2017 2:31 PM To: solr-user@lucene.apache.org Subject: Re: Can I use SolrJ 6.3.0 to talk to a Solr 5.2.3 server? On 1/3/2017 10:35 AM, Jennifer Coston wrote: > I am running into a conflict

Can I use SolrJ 6.3.0 to talk to a Solr 5.2.3 server?

2017-01-03 Thread Jennifer Coston
Hello, I am running into a conflict with Solr and ElasticSearch. We are trying to add support for Elastic Search 5.1.1 which requires Lucene 6.3.0 to an existing system that uses Solr 5.2.3. At the moment I am using SolrJ 5.3.1 to talk to the 5.2.3 Server. I was hoping I could just update the S

Best Way to Read A Nested Structure from Solr?

2016-11-18 Thread Jennifer Coston
itle of book 1" }, { "id": "shortStory1", "content_type": "shortStory", "title": "title of short story 1" }, { "

Unit testing HttpPost With an Embedded Solr Server

2016-08-17 Thread Jennifer Coston
Hello, I have written a data service to send an HttpPost command to post JSON to Solr. The code is working, but now I want to switch to using an embedded Solr server for just the unit tests. The problem is that the embedded Solr server doesn't seem to be starting an embedded server with a port.

Re: Creating a SolrJ Data Service to send JSON to Solr

2016-08-17 Thread Jennifer Coston
ners and intermediates: > http://www.solr-start.com/ > > > On 17 August 2016 at 02:49, Jennifer Coston > wrote: > > > > Hello, > > I am trying to write a data service using SolrJ that will allow me to > > accept JSON through a REST API, create a Solr document ,

Creating a SolrJ Data Service to send JSON to Solr

2016-08-16 Thread Jennifer Coston
Hello, I am trying to write a data service using SolrJ that will allow me to accept JSON through a REST API, create a Solr document ,and write it to multiple different Solr cores (depending on the core name specified). The problem I am running into is that each core is going to have a different sc

Re: Need Help Resolving Unknown Shape Definition Error

2016-08-16 Thread Jennifer Coston
u get the typical decimal degree +/- 180, +/- 90 box. But if you set false then the grid system needs to know the extent of your grid. ~ David On Thu, Aug 11, 2016 at 4:04 PM Jennifer Coston < jennifer.cos...@raytheon.com> wrote: > > Hello, > > I am trying to setup a local

Re: Need Help Resolving Unknown Shape Definition Error

2016-08-12 Thread Jennifer Coston
I figured out the solution to this and figured I would send out the solution in case anyone else runs into this issue and stumbles across this. It turns out that I was using an outdated version of the jts jar. When I updated to version 1.14 it works. Thanks, Jennifer Coston From: Jennifer

Re: Need Help Resolving Unknown Shape Definition Error

2016-08-12 Thread Jennifer Coston

Need Help Resolving Unknown Shape Definition Error

2016-08-11 Thread Jennifer Coston
Hello, I am trying to setup a local solr core so that I can perform Spatial searches on it. I am using version 5.2.1. I have updated my schema.xml file to include the location-rpt fieldType: And I have defined my field to use this type: I also added the jts-1.4.0.jar file to C:\solr-5.2.1\s