Re: Solr DIH from MySQL with unique ID

2015-07-01 Thread kurt
The solution was to delete the tlog. Although it was not very big, it seemed to be caught-up on a previous indexing error and that kept trying to load. Many thanks again. -- View this message in context:

Solr DIH from MySQL with unique ID

2015-06-30 Thread kurt
Hello. I have a question about the Solr Data Import Handler. I'm using Solr 5.2.1 on a Linux server with 32G ram. I have five different collections, and for each collection, I'm trying to import data from a MySQL database. All of the MySQL queries work properly in MySQL, and previously I was

Re: Solr DIH from MySQL with unique ID

2015-06-30 Thread kurt
Erick, Many thanks for your reply. 1. The file solr.log does not show any errors, however, there is a file solr.log.8 which is 5MB and has a ton of text that was trying to index, but there was an invalid date error. I fixed that. Is it possible that Solr keeps trying to use that log? Can I

Date search by specific month and day

2012-02-23 Thread Kurt Nordstrom
have parse out the month and day and store them in separate fields at indexing time? Thanks for the help! -Kurt

RE: Unable to determine why query won't return results

2011-11-10 Thread Nordstrom, Kurt
Karsten, We're using solr.py for indexing. Thanks for your suggestion, though. I will look into the indexing process to see how the ampersands are being handled. -Kurt From: karsten-s...@gmx.de [karsten-s...@gmx.de] Sent: Thursday, November 10, 2011 6

Unable to determine why query won't return results

2011-11-09 Thread Nordstrom, Kurt
Hello all. I'm having an issue in regards to matching a quoted phrase in Solr, and I'm not certain what the issue at hand is. I have tried this on both Solr 1.3 (Our production system) and 3.3 (Our development system). The field is a text field, and has the following fieldType definition:

Re: SolrJ Collapsable Query Fails

2011-07-18 Thread Kurt Sultana
Hi, Thanks for the code, snippet, it was very useful, however, can you please include a very small description of certain unknown variables such as 'groupedInfo', 'ResultItem', 'searcher', 'fields' and the method 'solrDocumentToResultItem'? Thanks On Sat, Jul 16, 2011 at 3:36 PM, Kurt Sultana

Re: SolrJ Collapsable Query Fails

2011-07-15 Thread Kurt Sultana
Hi, Thanks for the information. However, I still have one more problem. I am iterating over the values of the NamedList. I have 2 values, one being 'responseHeader' and the other one being 'grouped'. I would like to access some information stored within the grouped section, which has data

SolrJ Collapsable Query Fails

2011-07-14 Thread Kurt Sultana
I am currently trying to run a collapsable query using SolrJ using SolR 3.3. The problem is that when I run the query through the web interface, with this url: http://localhost:8080/solr/select/?q=attr_content%3Alynxsort=attr_location+descgroup=truegroup.field=attr_directory I am able to see the

Re: Query problem in Solr

2011-06-03 Thread Kurt Sultana
@ Pravesh: It's 2 seperate cores, not 2 indexes. Sorry for that. @ Erick: Yes, I've seen this suggestion and it seems to be the only possible solution. I'll look into it. Thanks for your answers guys! Kurt On Wed, Jun 1, 2011 at 4:24 PM, Erick Erickson erickerick...@gmail.comwrote: If I read

Return stemmed word

2011-06-03 Thread Kurt Sultana
oranges not orange. Thanks all in advance, Kurt

Query problem in Solr

2011-06-01 Thread Kurt Sultana
Hi all, We're using Solr to search on a Shop index and a Product index. Currently a Shop has a field `shop_keyword` which also contains the keywords of the products assigned to it. The shop keywords are separated by a space. Consequently, if there is a product which has a keyword apple and

Re: Returning documents using multi-valued field

2011-05-27 Thread Kurt Sultana
(615) 213-4311 -Original Message- From: Kurt Sultana [mailto:kurtanat...@gmail.com] Sent: Thursday, May 26, 2011 3:05 PM To: solr-user@lucene.apache.org Subject: Re: Returning documents using multi-valued field Hi, maybe I wasn't so clear in my previous post. Here's another go (I'd

Re: Returning documents using multi-valued field

2011-05-26 Thread Kurt Sultana
trudy/str strjill alex/str /arr How could I achieve this? I'm supporting the code written by someone else and I'm quite new to Solr. Thanks in advance :) Kurt On Wed, May 25, 2011 at 11:44 AM, Kurt Sultana kurtanat...@gmail.comwrote: Hi all, I'm quite new to Solr and I'm supporting

Returning documents using multi-valued field

2011-05-25 Thread Kurt Sultana
a field name with values Alice, Trudy. We want that the document is returned when Alice or Trudy is input and not when Alice Trudy is entered. Currently the document is even with Alice Trudy. How could this be done? Thanks a lot! Kurt

Dismax Wildcard Queries

2009-08-24 Thread Kurt N.
Hello all. We have a situation in the requirements for our project that make it desireable to be able to perform a DisMax query with wildcard (* and ?) characters in it. We are using the standard release (not nightly) of Solr 1.3. Our first thought was to apply the SOLR-756 patch

Re: Strange anomaly(?) with string matching in query

2009-03-30 Thread Kurt Nordstrom
Does anybody have any further suggestions on what I might try in this situation? Any tools perhaps that might help me put my finger on Solr's pulse so I can figure out just what's going on in there at index and query time? -Kurt Kurt Nordstrom wrote: Changed the config so that both

Re: solr date parsing issue

2009-03-27 Thread Kurt Nordstrom
Mr. Das, Can you provide a little more details here? Helpful information would be: - The query string you're using - The fieldtype you're using for indexing the value in question. - The exact error message you're getting from Solr. Suryasnat Das wrote: Hi, I am implementing a project

Re: Strange anomaly(?) with string matching in query

2009-03-26 Thread Kurt Nordstrom
. Unfortunately, no change in the search results. It still won't find that pesky string. It seems to be generating the same results as before in the analysis page. Any other things I might try or diagnostics that might give useful output? -Kurt Otis Gospodnetic wrote: Kurt, Attributes

Strange anomaly(?) with string matching in query

2009-03-25 Thread Kurt Nordstrom
or diagnostics that I can post or run, please let me know. Thanks for your help and suggestions. -Kurt -- View this message in context: http://www.nabble.com/Strange-anomaly%28-%29-with-string-matching-in-query-tp22704639p22704639.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Strange anomaly(?) with string matching in query

2009-03-25 Thread Kurt Nordstrom
Otis: Okay, I'm not sure whether I should be including the quotes in the query when using the analyzer, so I've run it both ways (no quotes on the index value). I'll try to approximate the final tables returned for each term: The field is dc_subject in both cases, being of type text ***

Re: Strange anomaly(?) with string matching in query

2009-03-25 Thread Kurt Nordstrom
Otis, Absolutely. Here are the tokenizers and filters for the text fieldtype in the schema. http://pastebin.com/f2bb249f3 Thanks! That's what I suspected. Want to paste the relevant tokenizer+filters sections of your schema? The index-time and query-time analysis has to be the same or