wrote:
>
> > Hi, Solr experts!
> >
> > I would like to learn from you if there is a better solution for doing
> > 'exact search' in Solr.
> > Exact search means no analysis for the text other then tokenization.
> Query
> > "secret" gives back
04:50:22 -0500 m...@apache.org wrote
Hello, Łukasz
The later for sure.
On Tue, Feb 4, 2020 at 12:44 PM Antczak, Lukasz
wrote:
> Hi, Solr experts!
>
> I would like to learn from you if there is a better solution for doing
> 'exact search' in Solr.
> Exact search
Hello, Łukasz
The later for sure.
On Tue, Feb 4, 2020 at 12:44 PM Antczak, Lukasz
wrote:
> Hi, Solr experts!
>
> I would like to learn from you if there is a better solution for doing
> 'exact search' in Solr.
> Exact search means no analysis for the text other
Hi, Solr experts!
I would like to learn from you if there is a better solution for doing
'exact search' in Solr.
Exact search means no analysis for the text other then tokenization. Query
"secret" gives back only documents containing exactly "secret" not
"secr
Hi All,
I'm trying to implement a search functionality using solr. Currently I'm
suing edismax parser with ngram fields to do the search against. So far it
works well.
The question I have is when the user input double quotations to the search,
As the requirement this should match against the ori
llo,
>
>
>
> We try to boost exact search to improve relevance.
>
> We followed this article :
> http://everydaydeveloper.blogspot.fr/2012/02/solr-improve-relevancy-by-boosting.html
> and this
> http://stackoverflow.com/questions/29103155/solr-exact-match-boost-over-text-con
Hello,
We try to boost exact search to improve relevance.
We followed this article :
http://everydaydeveloper.blogspot.fr/2012/02/solr-improve-relevancy-by-boost
ing.html and this
http://stackoverflow.com/questions/29103155/solr-exact-match-boost-over-text
-containing-the-exact-match but it
we don't have a
clear view of "Exact search with special characters" for Google itself.
Bottom line: If you want to search both with and without special characters,
that will have to be done with separate fields with separate analyzers.
You could use the combination of the k
t" Ill get only test host
Also, when search for partial string like test / host I'll get all above
results.
Thanks.
-Original Message-
From: Jack Krupansky [mailto:j...@basetechnology.com]
Sent: Sunday, August 24, 2014 3:34 PM
To: solr-user@lucene.apache.org
Subject:
What precisely do you mean by the term "exact search". I mean, Solr (and
Lucene) do not have that concept for tokenized text fields.
Or did you simply mean "quoted phrase". In which case, you need to be aware
that all the quotes do is assure that the terms occur in tha
Hi all,
I have a docs that's indexed by text field with mention schema.
I have those docs names:
- Test host
- Test_host
- Test-host
- Test $host
When I'm trying to do exact search like: "test host"
All the results from above are show
/NonFic/Science/Physics, but not
Books/NonFic/Science/Physics/Theory or Books/NonFic/Law.
--
View this message in context:
http://lucene.472066.n3.nabble.com/Exact-Search-Problem-tp4080669p4080676.html
Sent from the Solr - User mailing list archive at Nabble.com.
, July 26, 2013 12:49 PM
To: solr-user@lucene.apache.org
Subject: Exact Search Problem
Let's assume that I have that urls at my index:
www.abc.com
www.abc.com/a
www.abc.com/b
www.abc.com/c
...
www.abc.com/x
How can I exact search for www.abc.com ? url:"www.abc.com" doesn
Let's assume that I have that urls at my index:
www.abc.com
www.abc.com/a
www.abc.com/b
www.abc.com/c
...
www.abc.com/x
How can I exact search for www.abc.com ? url:"www.abc.com" doesn't works
because it returns both www.abc.com/a, www.abc.com/b etc?
Well, string types are not analyzed at all, so if the town is "Dundee",
this will not match.
If you haven't seen the admin/analysis page, that's the first place I'd
start. Followed by adding &debugQuery=true and looking at the results.
Best
Erick
On Sat, Dec 22, 2012 at 1:04 PM, hank williams
Hi,
I'm trying to build a facet search, but I'm having some difficulties.
I can do a free text search over things, but I can build exact queries.
I know that I have a result that has this data
iraq treatment of children hong
kongiraq treatment of
children hong kong
:
http://lucene.472066.n3.nabble.com/if-I-only-need-exact-search-does-frequency-score-matter-tp4026893p4028131.html
Sent from the Solr - User mailing list archive at Nabble.com.
I-only-need-exact-search-does-frequency-score-matter-tp4026893p4028125.html
Sent from the Solr - User mailing list archive at Nabble.com.
: 0.0f;
}
thanks!
Jie
--
View this message in context:
http://lucene.472066.n3.nabble.com/if-I-only-need-exact-search-does-frequency-score-matter-tp4026893p4027578.html
Sent from the Solr - User mailing list archive at Nabble.com.
thanks, this is very helpful
--
View this message in context:
http://lucene.472066.n3.nabble.com/if-I-only-need-exact-search-does-frequency-score-matter-tp4026893p4027559.html
Sent from the Solr - User mailing list archive at Nabble.com.
ure we are to bring back the relevant search, I believe we will
>> have to re-index everything...
>>
>> thanks again!
>>
>>
>>
>> --
>> View this message in context:
>> http://lucene.472066.n3.nabble.com/if-I-only-need-exact-search-does-frequency-score-matter-tp4026893p4027327.html
>> Sent from the Solr - User mailing list archive at Nabble.com.
>>
--
Walter Underwood
wun...@wunderwood.org
The default sort by score will only trigger if there is in fact a score
- some searches result in a constant score, meaning documents come back
in index order.
Upayavira
On Fri, Dec 14, 2012, at 02:13 PM, Bill Au wrote:
> If your exact search returns more than one result, then by default t
enough disk usage reduction that worth this.
if in future we are to bring back the relevant search, I believe we will
have to re-index everything...
thanks again!
--
View this message in context:
http://lucene.472066.n3.nabble.com/if-I-only-need-exact-search-does-frequency-score-matter
If your exact search returns more than one result, then by default they are
sorted by the score.
Bill
On Thu, Dec 13, 2012 at 11:41 PM, Otis Gospodnetic <
otis.gospodne...@gmail.com> wrote:
> Hi
>
> If you are doing a pure boolean search - something matches or doesn't m
notice the .frq are taking almost as much disk
space as the .fdt files.
It seems .frq keeps the term frequency information.
In our application, we only care about exact search (legal purpose), we do
not care about search results in relevance (by score) at all.
does this mean I can omit the freq? is
this issue while highlighting
> on original field (having applied stemming on it).
>
> The other solutions are sounds really good, but as you said they are hard to
> implement and we at this point , wanted to implement inbuilt solutions if
> possible.
>
> Please suggest if we
--
View this message in context:
http://lucene.472066.n3.nabble.com/Solr-Make-Exact-Search-on-Field-with-Fuzzy-Query-tp4012888p4013067.html
Sent from the Solr - User mailing list archive at Nabble.com.
th searching and highlighting on them; we need
> to keep this copy field stored and indexed both. which will increase index
> size a lot.
>
> we need to eliminate this duplication if possible any how.
>
> From the recent research, we read that combining fuzzy search with dismax
> wi
now , if this is possible, or any other solutions to make
this happen.
Thanks in Advance
--
View this message in context:
http://lucene.472066.n3.nabble.com/Solr-Make-Exact-Search-on-Field-with-Fuzzy-Query-tp4012888.html
Sent from the Solr - User mailing list archive at Nabble.com.
-exact-search-in-edismax-tp4011859p4012269.html
Sent from the Solr - User mailing list archive at Nabble.com.
On Fri, Oct 5, 2012 at 2:31 PM, rhl4tr wrote:
> Can you please get me started. I can no wait till presentation.
>
>
>
> --
> View this message in context:
> http://lucene.472066.n3.nabble.com/Identify-exact-search-in-edismax-tp4011859p4012006.html
> Sent from t
quot;}},
> "response":{"numFound":2,"start":0,"docs":[
> {
> "data_name":"Cars ",
> "data_id":"71",
> "exact_keywords":"honda suzuki",
> "t
0,"docs":[
{
"data_name":"Cars ",
"data_id":"71",
"exact_keywords":"honda suzuki",
"term_mm":"100%"},
{
"data_name":"bikes ",
"data_id":"72",
"exact_keywords":"suzuki",
"term_mm":"50%"}
]
}}
An hypothetical solution would look like above json response.
user_mm parameter will tell what percentage of terms has matched to user
query.
--
View this message in context:
http://lucene.472066.n3.nabble.com/Identify-exact-search-in-edismax-tp4011859p4011976.html
Sent from the Solr - User mailing list archive at Nabble.com.
lues should match with user query.
> which is in my case 100% => phrase match
>
>
>
>
>
> --
> View this message in context:
> http://lucene.472066.n3.nabble.com/Identify-exact-search-in-edismax-tp4011859.html
> Sent from the Solr - User mailing list archive at Nabble.com.
>
--
Sincerely yours
Mikhail Khludnev
Tech Lead
Grid Dynamics
<http://www.griddynamics.com>
h field terms
I want opposite => percentage of field values should match with user query.
which is in my case 100% => phrase match
--
View this message in context:
http://lucene.472066.n3.nabble.com/Identify-exact-search-in-edismax-tp4011859.html
Sent from the Solr - User mailing list archive at Nabble.com.
Ok, it works!!
Thanks you very much.
Leonardo
--
View this message in context:
http://lucene.472066.n3.nabble.com/Payload-and-exact-search-2-tp3750355p3760477.html
Sent from the Solr - User mailing list archive at Nabble.com.
the
> payload. It manages and removes the payload info and then the subsequent
> filters are applied to the clear text: is it right?
>
> Leonardo
>
> --
> View this message in context:
> http://lucene.472066.n3.nabble.com/Payload-and-exact-search-2-tp3750355p3758152.html
> Sent from the Solr - User mailing list archive at Nabble.com.
right?
Leonardo
--
View this message in context:
http://lucene.472066.n3.nabble.com/Payload-and-exact-search-2-tp3750355p3758152.html
Sent from the Solr - User mailing list archive at Nabble.com.
posted this question but for some reason it was attached to a
> thread with different topic.
>
>
> Is there the possibility of perform 'exact search' in a payload field?
>
> I'have to index text with auxiliary info for each word. In particular at
> each word is a
Hello,
I already posted this question but for some reason it was attached to a
thread with different topic.
Is there the possibility of perform 'exact search' in a payload field?
I'have to index text with auxiliary info for each word. In particular at
each word is associated t
lated to Books. In my schema.xml file i has changed field
> type
> String instead of Text but not getting anychange
>
>
> --
> View this message in context:
> http://old.nabble.com/exact-search-tp27756351p27756351.html
> Sent from the Solr - User mailing list archive at Nabble.com.
>
>
ext:
http://old.nabble.com/exact-search-tp27756351p27756351.html
Sent from the Solr - User mailing list archive at Nabble.com.
On Mon, Aug 3, 2009 at 4:46 PM, Mohamed Parvez wrote:
> Hello,
>
>I have two fields.
>
>
>
>
> I have documnet, that has a value of ICS for BUS and SSE for ROLE
>
> *When I search for q=BUS:ics i get the result. but if i search for
> q=BUS:ics* i don't get any match*
>
> when I search f
43 matches
Mail list logo