No. Field is of type "text_en". I can use "text_en_splitting_edge_ngram"
for now. Its working for me. But it puts so much load on solr i think as
all ngrams will have to be indexed. Thats why I was looking for a solution
with wildcard.
On Wed, Mar 26, 2014 at 11:20 PM, Erick Erickson [via Lucene]
Looks like maybe you're defining the field is a string type?
On Mar 26, 2014 9:07 AM, "pratpor" wrote:
> I am having some strange issue with solr that I found nowhere on the web. I
> was looking for partial matches for some fields in solr. I know of the "*"
> wildcard which can be used for the sa
Hi Pratpor,
With recently added (to trunk) complex phrase query parser ( SOLR-1604 ) it is
possible to use : "Some va*" types of queries. But you need to use solr-trunk
for this. Or you need to wait solr 4.8
Ahmet
On Wednesday, March 26, 2014 3:14 PM, pratpor wrote:
I am having some strange