I wouldn’t personally do anything custom for JSON - but rather just pull out
what you need client-side (and make the request such that it doesn’t return
more than you need). Doing a custom JSON format for this would limit your
later flexibility in case you wanted to get different pieces of the
Hi Alex,
My requirement is that I should be able to search for a person , for example
Tom Hanks, by either
1) the whole of first name (Tom)
2) or partial first name with prefix (To )
3) or partial first name without prefix ( om)
4) or the whole of surname ( Hanks)
5) or partial surname with pr
Hi Jack,
Reproducing the email that specifies my requirement.
My requirement is that I should be able to search for a person , for example
Tom Hanks, by either
1) the whole of first name (Tom)
2) or partial first name with prefix (To )
3) or partial first name without prefix ( om)
4) or the w
Thanks Yonik. This does not seem to work for me. This is wgat I did
1) q=displayName:rvn* brings me two records (a) "RVN Viewpoint Users" and (b)
"RVN Project Admins"
2) {!complexphrase}"RVN*" --> Unknown query type
\"org.apache.lucene.search.PrefixQuery\" found in phrase query string \"RVN*\""
Thanks for the clarification. You may be able to get by using an ngram
filter at index time - but not at query time.
Then "Tom" would be indexed at position 0 as "to", "om", and "tom", and
"Hanks" would be indexed at position 1 as "ha", "an", "nk", "ks", "han",
"ank", "nks", "hank", "anks", an
On Sun, Dec 7, 2014 at 3:18 PM, Dinesh Babu wrote:
> Thanks Yonik. This does not seem to work for me. This is wgat I did
>
> 1) q=displayName:rvn* brings me two records (a) "RVN Viewpoint Users" and (b)
> "RVN Project Admins"
>
> 2) {!complexphrase}"RVN*" --> Unknown query type
> \"org.apache.lu
Thanks Erik. That's what I did in the end and it works great. I thought I'd
need to create a custom response to remove unnecessary fields but was able
to make the request return pretty much only what I need, even adding
omitHeader=true. I'm using the EdgeNGramFilterFactory during indexing on
the ti
i've upgraded to 4.10.2 on the client-side. Still seeing this connection
problem when connecting to the Zookeeper port. If I connect directly to
SolrServer, the connections do not increase. But when connecting to
Zookeeper, the connections increase up to 60 and then start to fail. I
understand
On 12/7/2014 9:11 PM, JoeSmith wrote:
> i've upgraded to 4.10.2 on the client-side. Still seeing this connection
> problem when connecting to the Zookeeper port. If I connect directly to
> SolrServer, the connections do not increase. But when connecting to
> Zookeeper, the connections increase u
Hello Dan,
Usually it works well. Can you describe how you run it particularly, eg
what you download exactly and what's the command line ?
On Fri, Dec 5, 2014 at 11:37 PM, Dan Davis wrote:
> I have a script transformer and a log transformer, and I'm not seeing the
> log messages, at least not w
Hi All,
I have a situation where I need to boost the score of a query if a field
(imageURL) in the given document is non empty , I am using edismax so I
know that using bq parameter would solve the problem. However the field
imageURL that I am trying to boost on is not indexed , meaning (stored =
I just tried your suggestion
{!complexphrase}displayName:"RVN Viewpoint users"
Even the above did not work. Am I missing any configuration changes for this
parser to work?
Regards,
Dinesh Babu.
-Original Message-
From: ysee...@gmail.com [mailto:ysee...@gmail.com] On Behalf Of Yonik
12 matches
Mail list logo