RE: DIH Issues

2017-04-25 Thread AJ Lemke
remove empty fields, but will not trim for example. Regards, Alex. http://www.solr-start.com/ - Resources for Solr users, new and experienced On 25 April 2017 at 09:21, AJ Lemke <aj.le...@securitylabs.com> wrote: > Hey all, > > We are using 6.3.0 and we have issues with DIH

DIH Issues

2017-04-25 Thread AJ Lemke
Hey all, We are using 6.3.0 and we have issues with DIH throwing errors. We are seeing an intermittent issue where on a full index a single error will be thrown. The error is always "missing required field: fieldname". Our SQL database always has data in the field that comes up with the

RE: DIH Full Index Issue

2017-03-09 Thread AJ Lemke
egards, Alex. http://www.solr-start.com/ - Resources for Solr users, new and experienced On 8 March 2017 at 09:27, AJ Lemke <aj.le...@securitylabs.com> wrote: > Good Morning List! > > I have an issue where my DIH full index is committed after a minute of > indexing. &g

DIH Full Index Issue

2017-03-08 Thread AJ Lemke
Good Morning List! I have an issue where my DIH full index is committed after a minute of indexing. My counts will fall from around 400K to 85K until the import is finished, usually about four (4) minutes later. This is problematic for us as there are 315K missing items in our searches.

DIH Commit Issue

2016-12-22 Thread AJ Lemke
Hi All, I have a DIH issue where the index will commit after 1 and 2 minutes then will not commit again until the end. We would like the commit to happen at the end so the index does not lose 75% or more of the records until the end of the process. We went from 370,000+ records to around 27,000

sorlj indexing problem

2014-11-18 Thread AJ Lemke
Hi All, I am getting an error when using solrj to index records. Exception in thread main org.apache.solr.client.solrj.impl.CloudSolrServer$RouteException: Exception writing document id 529241050 to the index; possible analysis error. at

RE: Missing Records

2014-11-04 Thread AJ Lemke
the admin logging section. I have retained the logs files if it would help AJ -Original Message- From: AJ Lemke [mailto:aj.le...@securitylabs.com] Sent: Monday, November 3, 2014 5:31 PM To: solr-user@lucene.apache.org Subject: RE: Missing Records So I jumped back on this. I have

RE: Missing Records

2014-11-03 Thread AJ Lemke
. On Fri, Oct 31, 2014 at 9:56 AM, AJ Lemke aj.le...@securitylabs.com wrote: I have run some more tests so the numbers have changed a bit. Index Results done on Node 1: Indexing completed. Added/Updated: 903,993 documents. Deleted 0 documents. (Duration: 31m 47s) Requests: 1 (0/s), Fetched

RE: Missing Records

2014-10-31 Thread AJ Lemke
: Thursday, October 30, 2014 5:12 PM To: solr-user@lucene.apache.org Subject: Re: Missing Records I am curious , how many shards do you have and whats the replication factor you are using ? On Thu, Oct 30, 2014 at 5:27 PM, AJ Lemke aj.le...@securitylabs.com wrote: Hi All, We have a SOLR cloud instance

RE: Missing Records

2014-10-31 Thread AJ Lemke
On Thu, Oct 30, 2014 at 3:12 PM, S.L simpleliving...@gmail.com wrote: I am curious , how many shards do you have and whats the replication factor you are using ? On Thu, Oct 30, 2014 at 5:27 PM, AJ Lemke aj.le...@securitylabs.com wrote: Hi All, We have a SOLR cloud instance that has been humming

RE: Missing Records

2014-10-31 Thread AJ Lemke
. In the worst case with SolrJ, you can send the docs one at a time Best, Erick On Fri, Oct 31, 2014 at 7:37 AM, AJ Lemke aj.le...@securitylabs.com wrote: Hi Erick: All of the records are coming out of an auto numbered field so the ID's will all be unique. Here is the the test I ran this morning

Missing Records

2014-10-30 Thread AJ Lemke
Hi All, We have a SOLR cloud instance that has been humming along nicely for months. Last week we started experiencing missing records. Admin DIH Example: Fetched: 903,993 (736/s), Skipped: 0, Processed: 903,993 (736/s) A *:* search claims that there are only 903,902 this is the first full

RE: String Cast Error

2014-03-26 Thread AJ Lemke
An update to this. If I change my search and add a parameter the error seems to go away. Error: /solr/collection1/select?q=*:* wt=jsonsort=inStock desc No Error: /solr/collection1/select?q=Samsungwt=jsonsort=inStock desc AJ -Original Message- From: AJ Lemke [mailto:aj.le

String Cast Error

2014-03-18 Thread AJ Lemke
Hello all! I have a strange issue with my local SOLR install. I have a search that sorts on a boolean field. This search is pulling the following error: java.lang.String cannot be cast to org.apache.lucene.util.BytesRef. The search is over the dummy data that is included in the exampledocs. I

RE: String Cast Error

2014-03-18 Thread AJ Lemke
/18/2014 3:51 PM, AJ Lemke wrote: I have a strange issue with my local SOLR install. I have a search that sorts on a boolean field. This search is pulling the following error: java.lang.String cannot be cast to org.apache.lucene.util.BytesRef. The search is over the dummy data