Re: wildcard search doesn't fetch results when field has whi

2019-03-31 Thread Ahemad Ali
t; needs to be done to do wildcard querying. > It works for most of the scnearios with wildcard search. > e.g. if my data is "ali.abc" and "abc_pqr" and "ali abc" and "ahemad ali" > then search with ali* gives this three results. > > But I

Re: Problem with white space or special characters in function queries

2019-03-29 Thread Ahemad Ali
Do you have any suggestions for querying the indexed data with whitespaces and special charectors ? Sent from Yahoo Mail on Android On Fri, Mar 29, 2019 at 16:59, Yonik Seeley wrote: On Thu, Mar 28, 2019 at 6:05 PM Jan Høydahl wrote: > Functions can never contain spaces. Spaces work

Re: Problem with white space or special characters in function queries

2019-03-28 Thread Ahemad Ali
* and ?. Any help is greatly appreciated. Thanks,Ahemad Ali Shaik Sent from Yahoo Mail on Android On Thu, Mar 28, 2019 at 0:08, shamik wrote: I'm using Solr 7.5, here's the query: q=line=language:"english"=Source2:("topicarticles"+OR+"sfdcarticles")=url,title

How to use custom analyzer for solr from janusgraph

2019-03-19 Thread Ahemad Ali
Hi, I have new field type "str_rev" in schema.xml which contains pattern replacement factory and keyword tokenizer. How to use this feild type in janusgraph so that my index will get replaced with pattern. I will really appreciate any ideas and suggestions. thanks,Ahemad Sent from Yahoo Mail on

Re: Problem with Wild card search in solr

2019-03-08 Thread Ahemad Ali
On Fri, Mar 8, 2019 at 9:59, Zheng Lin Edwin Yeo wrote: Hi, Are you able to provide the required settings in your schema and solrconfig? Also, which Solr version are you using? Regards, Edwin On Fri, 8 Mar 2019 at 10:58, Ahemad Ali wrote: > Hi all,I tired creating schema with analy

Re: Problem with Wild card search in solr

2019-03-07 Thread Ahemad Ali
search for document with special charectors and whitespaces will be really great help.. Thanks,Ahemad Sent from Yahoo Mail on Android On Thu, Mar 7, 2019 at 23:37, Ahemad Ali wrote: Hello,I have a column with multiple whitespaces and special charecters (like \ ,- and _). Sample records would

Problem with Wild card search in solr

2019-03-07 Thread Ahemad Ali
Hello,I have a column with multiple whitespaces and special charecters (like \ ,- and _). Sample records would be like below."676  \sct0 \yu98 \uytrrdccv76\hgfds""6754-887-4458-123\yutr \ yff"I have posted the data into solr collection and trying to search data with wildcard. Unable to do wild