How to trace error records during POST?

2015-04-07 Thread Simon Cheng
Good morning, I used Solr 4.7 to post 186,745 XML files and 186,622 files have been indexed. That means there are 123 XML files with errors. How can I trace what these files are? Thank you in advance, Simon Cheng.

Re: Simple Sort Is Not Working In Solr 4.7?

2015-02-18 Thread Simon Cheng
e Analysis > screen. > > Regards, > Alex. > > > Sign up for my Solr resources newsletter at http://www.solr-start.com/ > > On 17 February 2015 at 22:36, Simon Cheng wrote: > > Hi Alex, > > > > It's okay after I added in a new field "s_tit

Re: Simple Sort Is Not Working In Solr 4.7?

2015-02-17 Thread Simon Cheng
Hi Alex, It's okay after I added in a new field "s_title" in the schema and re-indexed. But how can I ignore the articles ("A", "An", "The") in the sorting. As you can see from the below example : http://localhost:8983/solr/bibs/select?q=singapore&fl=id,title&sort=s_title+asc&wt=xml&sta

Re: Simple Sort Is Not Working In Solr 4.7?

2015-02-17 Thread Simon Cheng
Hi Alex, It's simply defined like this in the schema.xml : and it is cloned to the other multi-valued field o_title : Should I simply change the type to be "string" instead? Thanks again, Simon. On Wed, Feb 18, 2015 at 12:00 PM, Alexandre Rafalovitch wrote: > What's the field defi

Simple Sort Is Not Working In Solr 4.7?

2015-02-17 Thread Simon Cheng
Hi, I don't know whether it is my setup or any other reasons. But the fact is that a very simple sort is not working in my Solr 4.7 environment. The query is very simple : http://localhost:8983/solr/bibs/select?q=author:soros&fl=id,author,title&sort=title+asc&wt=xml&start=0&indent=true And the o

Re: ICUTokenizer or StandardTokenizer or ??? for "text_all" type field that might include non-whitespace langs

2014-06-20 Thread Simon Cheng
Hi Tim, I'm working on a similar project with some differences and may be we can share our knowledge in this area : 1) I have no problem with the Chinese characters. You can try this link : http://123.100.239.158:8983/solr/collection1/browse?q=%E4%B8%AD%E5%9B%BD Solr can find the record even th

Fwd: Tracing Files Which Have Errors

2014-06-19 Thread Simon Cheng
Hi there, I have posted 190,000 simple XML using POST.JAR and there are only 8 files that were with errors. But how do I know which are the ones have errors? Thank you in advance, Simon Cheng.

Tracing Files Which Have Errors

2014-06-19 Thread Simon Cheng
Hi there, I have posted 190,000 simple XML using POST.JAR and there are only 8 files that were with errors. But how do I know which are the ones have errors? Thank you in advance, Simon Cheng.