Set those fields to be single valued (not multivalued). And reindex :)
Erik
On Jun 2, 2012, at 0:10, gopes wrote:
> We are using Lucid UI and solr to index our collection of xml files. I am
> getting the solrDocumentList like this
> [SolrDocument[{id=1331226833510, Street_Addr=[113 113TH S
> Also, generally, you should have a separate field and field type for the
> spellcheck field **so that normal text fields can use stop words.**
Now I've found a solution, although I'm not sure, if it's that what
you've meant:
Now I'm using a special fieldType WITHOUT stopwords for the spellcheck
Jack ,its not from Chris.
--Surendra
I'm creating a some Solr plugins that index and search documents in a
special way, and I'd like to make them as easy as possible to
configure. Ideally I'd like users to be able to just drop a jar in
place without having to copy any configuration into schema.xml, although
I suppose they will ha
ok, never mind all is well - I had a mismatch between the
schema-declared field and my programmatic field, where I was overzealous
in using OMIT_TF_POSITIONS.
-Mike
On 6/2/2012 5:02 PM, Mike Sokolov wrote:
I'm creating a some Solr plugins that index and search documents in a
special way, and
Oh yes, final followup for the terminally curious; I also had to add
this little class in order to get analysis turned on for my programmatic
field:
class PathField extends TextField {
PathField (IndexSchema schema) {
setAnalyzer(new WhitespaceGapAnalyzer());
Apologies for the short notice guys, we're meeting up at The Plough in
Bloomsbury on Wednesday 6th June.
As usual the format is open and there's a healthy mix of experience and
backgrounds. Please come and share wisdom, ask questions, geek out, etc. in
the presence of beverages.
--
Richard Marr
Hi everyone
I am trying to do distance range search using Solr.
I know its very easy to do a search for filtering within the 5km range
/&q=*:*&fq={!geofilt pt=45.15,-93.85 sfield=store d=5}/
What I am after is how to do the same thing if I am looking in a range of
say *5 to 10 km* ??
Thanks
-
Right, or create a view.
On Fri, Jun 1, 2012 at 8:11 PM, Michael Della Bitta
wrote:
> Apologies for the terseness of this reply, as I'm on my mobile.
>
> To treat the result of a function call as a table in Oracle SQL, use the
> table() function, like this:
>
> select * from table(my_stored_func(
Search and ye shall find!
http://www.lucidimagination.com/search/link?url=http://wiki.apache.org/solr/DataImportHandlerFaq
On Fri, Jun 1, 2012 at 8:15 AM, Dyer, James wrote:
> Try setting it to 0 or -1. Or check the Mysql JDBC driver documentation
> about valid values for "Statement.setFetchSi
10 matches
Mail list logo