I am currently attempting to use Lucene to search data populated in an index.
I can match on exact phrases by enclosing it in brackets (i.e. "Processing Documents"), but cannot get Lucene ...
I have a problem with SOLR searching. When i`am searching query: dog* everything is ok, but when query is Dog*(with first capital letter), i get no results. Any advice? My config:
Simple question, simple answer. Is it possible? If so, a link to where I can find out more about it?
I'm looking for doing a search such as "*apple" which would return ...
Why does the wildcard query "dog#V*" fail to retrieve a document that contains "dog#VVP"?
The following code written in Jython for Lucene 3.0.0 fails to retrieve the indexed document. Am I missing ...
Google's query syntax allows to search phrases like "as * as a skyscraper" where the asterisk can match any term (or terms). Is there a way to achieve the same thing ...
I am having a problem doing wildcard searches in lucene syntax using the edismax handler. I have Solr 4.0 nightly build from the trunk.
A general search like 'computer' returns results ...
I'm currently using Local Solr for doing geo searching. It takes in lat and long parameters as well as a search query. I want to create nearby functionality, where ...
I am using solr search. my search field contains both diamond and Diamond.
But when i search for Diamond or diamond it gives me correct results. But when i search for Diamond* ...
I am using solr for search . I am facing problem in searching with wildcard ? character
When I search for dia?mond I get result for diamond
but when I search ...
I am facing an issue in the solr search....The wild card search seems to be working fine but there are issues when i am trying to find terms within another word.....For ...
I am using SOLR 3.2. My application issues search queries on SOLR instance, for a text field type. How can i make SOLR to return results like "book", "bookshelf", "bookasd" so ...
We have a request tracking system and each business area has different fields (different datatypes) to capture the data they are interested in. I want all numeric fields (including dates) and ...