Re: How to use geospatial search to find the locations within polygon

2016-03-06 Thread Pradeep Chandra
Thank u so much David & Jack for ur response. I downloaded the JTS jar file and pasted in server/lib directory. Now it's working and giving the results. Once again Thank u both of u.. -- View this message in context:

Re: Deciding on Solr Nodes and Configuration

2016-03-06 Thread sangs8788
Could you please provide some inputs/thoughts on how we can decide on the configuration ? Thanks Sangeetha -- View this message in context: http://lucene.472066.n3.nabble.com/Deciding-on-Solr-Nodes-and-Configuration-tp4261581p4262042.html Sent from the Solr - User mailing list archive at

Re: Custom field using PatternCaptureGroupFilterFactory

2016-03-06 Thread Jack Krupansky
The filter name, "Capture Group", says it all - only pattern groups are captured and you have not specified even a single group. See the example: http://www.solr-start.com/javadoc/solr-lucene/org/apache/lucene/analysis/pattern/PatternCaptureGroupFilterFactory.html Groups are each enclosed within

Re: Field exclusion from fl and hl.fl

2016-03-06 Thread Zheng Lin Edwin Yeo
Thank you. Looking forward for this to be solved. Regards, Edwin On 7 March 2016 at 07:41, William Bell wrote: > Can we get this over the goal line? > > https://issues.apache.org/jira/browse/SOLR-3191 > > On Sun, Mar 6, 2016 at 3:16 AM, Zheng Lin Edwin Yeo

Re: Custom field using PatternCaptureGroupFilterFactory

2016-03-06 Thread Alexandre Rafalovitch
I don't see the brackets that mark the group you actually want to capture. As per: http://www.solr-start.com/javadoc/solr-lucene/org/apache/lucene/analysis/pattern/PatternCaptureGroupTokenFilter.html I am also not sure if you actually need "{0,1}" part. Regards, Alex. Newsletter and

Re: Field exclusion from fl and hl.fl

2016-03-06 Thread William Bell
Can we get this over the goal line? https://issues.apache.org/jira/browse/SOLR-3191 On Sun, Mar 6, 2016 at 3:16 AM, Zheng Lin Edwin Yeo wrote: > Hi, > > No, I tried that and I got the following error. > > { > "responseHeader":{ > "status":500, > "QTime":0}, >

Re: Custom field using PatternCaptureGroupFilterFactory

2016-03-06 Thread Jay Potharaju
On the analysis screen I see the following. Not sure why the regex didnt work. Any suggestions? Thanks KT text raw_bytes start end positionLength type position test [74 65 73 74] 0 4 1 word 1 UCF text raw_bytes start end positionLength type position TEST [54 45 53 54] 0 4 1 word 1 PCGTF text

Re: Solr Deserialize/Read .fdt file

2016-03-06 Thread Jack Krupansky
Solr itself doesn't directly access index files - that is the responsibility of Lucene. That's why you see "lucene" in the class names, not "solr". To be clear, no Solr user will ever have to read or deserialize a .fdt file. Or any Lucene index file for that matter. If you actually do want to

Solr Deserialize/Read .fdt file

2016-03-06 Thread Bin Wang
Hi there, I am interested in understanding all the files in the index folder. here is a stackoverflow question that I have tried however failed. Can anyone provide some sample code to help me get started. Best regards, Bin

Re: Indexing Twitter - Hypothetical

2016-03-06 Thread Walter Underwood
This is a very good presentation on using entity extraction in query understanding. As you’ll see from the preso, it is not easy. http://www.slideshare.net/dtunkelang/better-search-through-query-understanding

Re: Custom field using PatternCaptureGroupFilterFactory

2016-03-06 Thread Binoy Dalal
What do you see under the analysis screen in the solr admin UI? On Sun, Mar 6, 2016 at 10:55 PM Jay Potharaju wrote: > Hi, > I have a custom field for getting the first letter of an firstname. For > this I am using PatternCaptureGroupFilterFactory. > This is not working

Custom field using PatternCaptureGroupFilterFactory

2016-03-06 Thread Jay Potharaju
Hi, I have a custom field for getting the first letter of an firstname. For this I am using PatternCaptureGroupFilterFactory. This is not working as expected, not able to parse the data and get the first character for the string. Any suggestions on how to fix this?

Re: Indexing Twitter - Hypothetical

2016-03-06 Thread Jack Krupansky
Back to the original question... there are two answers: 1. Yes - for guru-level Solr experts. 2. No - for anybody else. For starters, (as always), you would need to do a lot more upfront work on mapping out the forms of query which will be supported. For example, is your focus on precision or

Re: High Cpu sys usage

2016-03-06 Thread Shawn Heisey
On 3/5/2016 11:44 PM, YouPeng Yang wrote: > We are using Solr Cloud 4.6 in our production for searching service > since 2 years ago.And now it has 700GB in one cluster which is comprised > of 3 machines with ssd. At beginning ,everything go well,while more and > more business services

Re: Disk Usage anomoly across shards/replicas

2016-03-06 Thread Robert Brown
There was only one single index dir, after taking a node down, another was created with the timestamp, so I know what you mean, but then the original was removed. I've since replaced the node and all is well again, just very odd. On 06/03/16 06:52, Varun Thacker wrote: Hi Robert, Within

Re: Indexing Twitter - Hypothetical

2016-03-06 Thread Susheel Kumar
Entity Recognition means you may want to recognize different entities name/person, email, location/city/state/country etc. in your tweets/messages with goal of providing better relevant results to users. NER can be used at query or indexing (data enrichment) time. Thanks, Susheel On Fri, Mar 4,

Re: Field exclusion from fl and hl.fl

2016-03-06 Thread Erik Hatcher
I don't believe that was ever supported. But Scott and I have been working through SOLR-3191 recently to get that need addressed. Maybe some time next week we will have a ready to commit patch up. Erik > On Mar 5, 2016, at 22:19, William Bell wrote: > > it used to

Re: Field exclusion from fl and hl.fl

2016-03-06 Thread Zheng Lin Edwin Yeo
Hi, No, I tried that and I got the following error. { "responseHeader":{ "status":500, "QTime":0}, "error":{ "msg":"For input string: \"-\"", "trace":"java.lang.NumberFormatException: For input string: \"-\"\r\n\tat