Tagged Questions
1
vote
3answers
98 views
Proximity searching phrases with root expanders in Solr or ElasticSearch (especially websolr or bonsai.io)?
I'm trying to select a search tool for a large project, and I'd be interested to know if this use case was supported by Solr or ElasticSearch.
My customers are interested in conducting relatively ...
1
vote
1answer
43 views
How can I represent a key value structure in Apache Solr efficiently
I have a structure of names and dates, that are stored in a log table. They represent user actions and when they did that.
Name Date
John A. 2013-04-01
Leev B. 2013-04-02
Anse E. ...
0
votes
1answer
55 views
Solr exact search with blank character AND a wildcard
I got a problem with solr search. I want to search a string with a blank character within and a wildcard in the end. the only way that i found was to put the string in quotes. but if I do like this ...
0
votes
1answer
141 views
solr query does not find word
i have a field which contains
... Sie kennen zentrale Stationen des Lebenswegs Muhammads. • Sie ke ...
i've configured it like this
<fieldType name="text" class="solr.TextField" ...
2
votes
1answer
25 views
solr puctuation issues
i have a field which contains
... ung eignen sich auch Computer-Rechtschreibprogramme. Deutsch Erweiterte ...
i've configured it like this
<fieldType name="text" class="solr.TextField" ...
2
votes
1answer
60 views
Solr wildcards configuration issue
hi who can i configure solr to find everyting like an texteditor?
i have a field which contains
... text texct blah Computer-Zeitalter blah text m00h ...
i've configured it like this
...
0
votes
0answers
153 views
Querying for words ending with, with the ReversedWildcardFilterFactory and KeywordTokenizerFactory
I have the "text_general_rev" filed type declared in my Solr schema(.xml) like so:
<fieldType
name="text_general_rev"
class="solr.TextField"
positionIncrementGap="100">
...
0
votes
0answers
121 views
Both all field and wildcard search in Apache Solr
Help ... I have a field "text" defined for an all field search. I also need to do a wildcard search for the fields. I have made the following changes. But the proposed logic doesn't work. Can somebody ...
1
vote
3answers
630 views
Solr: Using a wildcard on a string with whitespace
I have basically the same problem as discussed here: Solr wildcard query with whitespace, but this question was not answered.
I'm using a wildcard in a filter query on a field called "brand."
I'm ...
0
votes
2answers
264 views
Solr - Wild Card Search varies with Stemming Methods
I have 2 versions of solr working in my machine . say SolrVer1 and SolrVer2
SolrVer1 have applied , below stemming methods on field type text_en_splitting
<filter ...
0
votes
1answer
155 views
Solr - results stop in middle of word
Wasn't quite sure how to word the title of this. Basically, when I search for 'anim' it finds 'animals', however when I search for 'anima' it doesn't find anything. Then if I search for 'animal' it ...
0
votes
2answers
196 views
Solr wildcard search, need to only highlight the matched part not the entire word
My text is like this: The searched word WildCard shall be partially highlighted
I search using wildcard expression "wild*".
What I need is to have the highlight snippet to be [tag]Wild[/tag]Card. ...
0
votes
1answer
279 views
Solr 1.4 wildcard queries on a multiValued field
I have a field set up like this;
<field name="keywordPhrases" type="text" indexed="true" stored="true" required="false" multiValued="true" />
But I cannot seem to perform wildcard queries on ...
4
votes
4answers
601 views
Solr wildcard query with whitespace
I have a wildcard query that looks something like:
q=location:los a*
I'd like it to match "los angeles" and "los altos". A query like:
q=los*
Works just fine, but as soon as I add whitespace I ...
2
votes
1answer
430 views
Escaped asterisk/query mark do not escape when using leading wildcard in Edismax
I'm trying to find documents containing asterisks/query marks in Solr text field using Edismax parser. Everything works perfectly when I search for usual text (fq={!edismax}textfield:*sometext*) or ...
0
votes
1answer
1k views
SOLR “LIKE” query syntax for non-string data type
I've a problem with my query SOLR syntax. On admin page, I've tried to use this query
description:*home*
and the result is all doc that contain "home" word in the description field.
but, when I ...
5
votes
4answers
2k views
How to configure SOLR so users can make prefix search by default?
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 on, when user issues a ...
0
votes
1answer
727 views
issue in searching uppercase string with wildcard
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* or diamond*, I get ...
0
votes
2answers
95 views
Regular expression to replace multiple occurances of a characters leaving one by a blank
I want to implement wild card query in solr. I want that when I search for query= ****diamond, it should search for whiltediamond etc. ie all '*' should be replaced by '' (blank) except 1 * ie. it ...
1
vote
0answers
238 views
Problem facing while querying for wild card queries
I am using solr for indexing and searching in my application. I am facing some strange problem while querying wild card
When i search for di?mo?d, i get results for diamond but when i search for ...
0
votes
1answer
117 views
Conflict in wildcard query and spellchecker in solr search
Using solr search when i search for rin* it run wildcard query and i get the result for ring but when i search for Rin* it run spellchecker and then gives the result for ring.
why so ?? please explain
...
3
votes
2answers
2k views
Solr's SnowballPorterFilterFactory and Wildcard parameters
I'm having an issue querying Solr using the following field type:
<fieldType name="text_ci" class="solr.TextField" positionIncrementGap="100">
<analyzer>
<tokenizer ...
4
votes
2answers
5k views
Wildcard search in Solr
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 but 'com*er' ...
4
votes
1answer
1k views
Wildcard searches using dismax handler?
I have successfully indexed files, and want to be able to search using wildcards. I am currently using the dismaxRequestHandler (QueryType = dismax) for the searches so that I can search all the ...
1
vote
1answer
1k views
Solr 'text' fields not accepting wild-cards
I am trying to search on a field declared as 'text' using the wildcard '*' but am getting mixed results. Basically, it seems to me that it's stripping off the '*' character and isn't handling numbers ...
6
votes
2answers
9k views
Wildcard searching and highlighting with Solr 1.4
I've got a pretty much vanilla install of SOLR 1.4 apart from a few small config and schema changes.
<requestHandler name="standard" class="solr.SearchHandler" default="true">
<!-- ...
8
votes
2answers
6k views
SOLR - wildcard search with capital letter
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:
<fieldType ...
1
vote
4answers
3k views
how to search all / wildcard in lucern solr
I'm using RoR + acts_as_solr to query a Solr database.
I'm used to using "*" to select all, thanks to MySQL, but that command fires an exception in Solr. Are they other wildcards I can use? ...