Re: Custom Solr indexer/searcher

2012-11-19 Thread Smiley, David W.
, Scott Smith wrote: > Thanks for the suggestions. I'll take a look at these things. > > -Original Message- > From: Mikhail Khludnev [mailto:mkhlud...@griddynamics.com] > Sent: Thursday, November 15, 2012 11:54 PM > To: solr-user@lucene.apache.org > Subject: Re: Cu

RE: Custom Solr indexer/searcher

2012-11-16 Thread Scott Smith
Thanks for the suggestions. I'll take a look at these things. -Original Message- From: Mikhail Khludnev [mailto:mkhlud...@griddynamics.com] Sent: Thursday, November 15, 2012 11:54 PM To: solr-user@lucene.apache.org Subject: Re: Custom Solr indexer/searcher Scott, It sounds lik

Re: Custom Solr indexer/searcher

2012-11-15 Thread Mikhail Khludnev
Scott, It sounds like you need to look into few samples of similar things in Lucene. On top of my head FuzzyQuery from 4.0, which finds terms similar to the given in FST for query expansion. Generic query expansion is done via MultiTermQuery. Index time terms expansion is shown in TrieField and btw

Re: Custom Solr indexer/searcher

2012-11-15 Thread John Whelan
Scott, I probably have no idea as to what I'm saying, but if you're looking for finding results in a N-dimensional space, you might look at creating a field of type 'point'. Point-type fields have a dimension attribute; I believe that it can be set to a large integer value. Barring that, there is

Custom Solr indexer/searcher

2012-11-13 Thread Scott Smith
Suppose I have a special data search type (something different than a string or numeric value) that I want to integrate into the Solr server. For example, suppose I wanted to implement a KD-tree as a filter that would integrate with standard Solr filters and queries. I might want to say "find