Help needed on Solr Streaming Expressions

2016-06-05 Thread Hui Liu
ument_id asc",qt="/export")' "http://localhost:8988/solr/document2/stream"; curl --data-urlencode 'expr=search(document3,q="*:*",fl="document_id, sender_msg_dest", sort="document_id asc",qt="/select",rows=10)' "http://

RE: Help needed on Solr Streaming Expressions

2016-06-06 Thread Hui Liu
eam?expr=search(document3,zkHost=" 127.0.0.1:2181",q="*:*",fl="document_id, sender_msg_dest", sort="document_id asc",qt="/export") I think most browsers will url encode the expression automatically, but you can url encode also using an online tool.

RE: Help needed on Solr Streaming Expressions

2016-06-06 Thread Hui Liu
ocument_id, sender_msg_dest", sort="document_id asc",qt="/export") my guess is the 'null pointer' error from the stack trace is caused by no data in the 'shard2'. Regards, Hui -Original Message- From: Hui Liu Sent: Monday, June 06, 2016 1:

Questions regarding re-index when using Solr as a data source

2016-06-09 Thread Hui Liu
type of down time? Any feedback is appreciated! Regards, Hui Liu Opentext, Inc.

RE: Questions regarding re-index when using Solr as a data source

2016-06-09 Thread Hui Liu
wunderwood.org> http://observer.wunderwood.org/ (my blog) > On Jun 9, 2016, at 8:50 AM, Hui Liu > mailto:h...@opentext.com>> wrote: > > Hi, > > We are porting an application currently hosted in Oracle 11g to > Solr Cloud 6.x, i.e we plan to migrate a

RE: Questions regarding re-index when using Solr as a data source

2016-06-10 Thread Hui Liu
@wunderwood.org http://observer.wunderwood.org/ (my blog) > On Jun 9, 2016, at 9:51 AM, Hui Liu wrote: > > Hi Walter, > > Thank you for the reply, sorry I need to clarify what I mean by 'migrate > tables' from Oracle to Solr, we are not literally move existing records from > Oracle

RE: Questions regarding re-index when using Solr as a data source

2016-06-10 Thread Hui Liu
der Walter Underwood wun...@wunderwood.org http://observer.wunderwood.org/ (my blog) > On Jun 10, 2016, at 7:41 AM, Hui Liu wrote: > > Walter, > > Thank you for your advice. We are new to Solr and have been using > Oracle for past 10+ years, so we are used to the idea of

RE: Questions regarding re-index when using Solr as a data source

2016-06-10 Thread Hui Liu
deep. It is not something you can put on top of a search engine. wunder Walter Underwood wun...@wunderwood.org http://observer.wunderwood.org/ (my blog) > On Jun 10, 2016, at 12:39 PM, Hui Liu wrote: > > What if we plan to use Solr version 6.x? this url says it support 2 different

Errors for Streaming Expressions using JDBC (Oracle) stream source

2016-06-22 Thread Hui Liu
(got a null pointer error); I am merely trying to get the data returned from Oracle table, I have not tried to index them in the Solr yet, attached is the shema.xml and solrconfig.xml for this collection 'document5'; does anyone know what am I missing? thanks for any help! Regards, Hu

RE: Errors for Streaming Expressions using JDBC (Oracle) stream source

2016-06-23 Thread Hui Liu
releases/lucene-solr/6.0.0/solr/solrj/src/java/org/apache/solr/client/solrj/io/stream/JDBCStream.java Joel Bernstein http://joelsolr.blogspot.com/ On Wed, Jun 22, 2016 at 11:46 PM, Hui Liu wrote: > Hi, > > > > I have Solr 6.0.0 installed on my PC (windows 7), I was

RE: Errors for Streaming Expressions using JDBC (Oracle) stream source

2016-06-23 Thread Hui Liu
me to > help users report what different drivers using for the classes. > > > Joel Bernstein > http://joelsolr.blogspot.com/ > > On Thu, Jun 23, 2016 at 10:18 AM, Hui Liu wrote: > >> Joel - thanks for the quick response, in my previous test, the >> collecti

RE: Errors for Streaming Expressions using JDBC (Oracle) stream source

2016-06-23 Thread Hui Liu
. Joel Bernstein http://joelsolr.blogspot.com/ On Thu, Jun 23, 2016 at 11:06 AM, Hui Liu wrote: > Thanks Joel, I have never opened a ticket before with Solr, do you > know the steps (url etc) I should follow? I will be glad to do so... > At the meantime, I guess the workaroun

RE: Errors for Streaming Expressions using JDBC (Oracle) stream source

2016-06-23 Thread Hui Liu
Expressions using JDBC (Oracle) stream source Ok you should be able to create the jira. Joel Bernstein http://joelsolr.blogspot.com/ On Thu, Jun 23, 2016 at 11:52 AM, Hui Liu wrote: > Joel, I just opened an account for this, my user name is > h...@opentext.com; let me know when I can op