Re: Determining replication status

2018-04-01 Thread Jeff Wartes
There're some edge cases around the response based on the timing. In case it's useful: Here's the bit from solrcloud-haft: (java)

Re: How do I create a schema file for FIX data in Solr

2018-04-01 Thread Raymond Xie
Thank you, Shawn, Rick and other readers, To Shawn: For *8=FIX.4.4 9=653 35=RIO* as an example, in the FIX standard: 8 means BeginString, in this example, its value is FIX.4.4.9, and 9 means body length, it is 653 for this message, 35 is RIO, meaning the message type is RIO, 122 stands for

Re: Need help to get started on Solr, searching get nothing. Thank you very much in advance

2018-04-01 Thread Raymond Xie
Hi Rick, I sorted it out half: I should have specified the field in the search query, so, instead of http://localhost:8983/solr/films/browse?q=batman, I should use: http://localhost:8983/solr/films/browse?q=name:batman Sorry for this newbie mistake. But what about if I/user doesn't know or

RE: WordDelimiterGraphFilter expected behaviour ?

2018-04-01 Thread Kelvyn Scrupps
It's been a holiday here in the UK, hence the delay, but thank you for your far more prompt response. It makes sense that the filter is removing the punctuation-only term, and that it only looks odd when alongside the original with preserveOriginal=true. Fortunately it was just a curio that

Re: How do I create a schema file for FIX data in Solr

2018-04-01 Thread Shawn Heisey
On 4/1/2018 10:12 AM, Raymond Xie wrote: FIX is a format standard of financial data. It contains lots of tags in number with value for the tag, like 8=asdf, where 8 is the tag and asdf is the tag's value. Each tag has its definition. The sample msg in FIX format was in the original question.

Re: Need help to get started on Solr, searching get nothing. Thank you very much in advance

2018-04-01 Thread Rick Leir
Raymond The output is not visible to me because the mailing list strips images. Please try a different way to show the output. Cheers -- Rick On March 29, 2018 10:17:13 PM EDT, Raymond Xie wrote: > I am new to Solr, following Steve Rowe's example on

Re: How do I create a schema file for FIX data in Solr

2018-04-01 Thread Rick Leir
Raymond Folks are quiet, maybe because of Easter. Solr has a RESTful interface, and all the details are in the manual. Briefly, you need to create a JSON document containing all the fields in a FIX, then POST it to Solr. POST all your FIX's to Solr, perhaps in batches. Then search for a FIX

Re: How do I create a schema file for FIX data in Solr

2018-04-01 Thread Raymond Xie
Don't know why the mail list took away the highlighted color on the tags, anyway, I have explained the data structure so hopefully you get the idea. Thanks. ~~~sent from my cell phone, sorry if there is any typo Raymond Xie 于 2018年4月1日周日 下午12:24写道: > At the moment I have

Re: How do I create a schema file for FIX data in Solr

2018-04-01 Thread Raymond Xie
At the moment I have no plans to stream the data. Note the raw data is saved in a Linux host, I need to do index on those raw data and provide search capabilities on the data. The data is in FIX, I believe I would need to parse the data and create index on the parsed data, I have never worked on

Re: How do I create a schema file for FIX data in Solr

2018-04-01 Thread Raymond Xie
Thanks to all. FIX is a format standard of financial data. It contains lots of tags in number with value for the tag, like 8=asdf, where 8 is the tag and asdf is the tag's value. Each tag has its definition. The sample msg in FIX format was in the original question. All I need to do is to know

Re: Determining replication status

2018-04-01 Thread Erick Erickson
what does "not accurate" mean? Specifically, what test are you doing to see if it's accurate? In particular, if you're querying for some number of documents or some specific document, your slave searcher may still be autowarming. If that's the case, then it should be fine if you wait a bit and