I\'m using solrj to index data, I have created some new field in schema.xml, when I try to index data by java I have to use all new fields, if I don\'t use one of this new field I have 开发者_JAVA百科
I want to sort on the year field (of type tint) in our Solr index and I want to make sure that missing fields are sorted at the end. I have configured that in schema.xml by setting the sortMissingLast
I\'m trying to create search functionality in a site, and I want the user to 开发者_开发问答be able to search for multiple words, performing substring matching against criteria which exist in various
I\'d like to use Lire image search from within Solr. Lire is built on top of Lucene: http://www.semanticmetadata.net/lire/
I\'m working on a SolR project to create a spellchecker. Why if I type "britne" does it autocomplete "britney", but when I type "Britne" it doesn\'t find any result? Here
What is the best way to implement fulltext search for Google App Engine Java? Solr doesn\'t work out of the box
I\'m using Nutch and Solr to index a file share. I first issue: bin/nutch crawl urls Which gives me: solrUrl is not set, indexing will be skipped...
Is it possible to boost fields that appear in filter queries (fq=) in Solr? I have a faceted query that has a tagged filter query something like this:
It looks li开发者_如何学Pythonke I accidently set the multiValued flag on a solr field (location field type) and now the geo spatial searches wont work because \"can not use FieldCache on multivalued
How does one issue span queries in SOLR (Span, SpanNear, etc)? I\'ve done a bit of research and I can\'t tell of a straightforward way to do it.