| clear query|facets|time |
Search criteria: "relevance computation".
Results from 1 to 10 from
51 (0.663s).
|
|
|
Did you mean:
|
|
Loading phrases to help you refine your search...
|
|
Re: Quoting special characters? - Solr - [mail # user]
|
|
...Do you actually want to escape them with \ ? Look at this: http://search-lucene.com/?q=escape+query+characters&fc_project=Solr Otis---- Sematext :: http://sematext.com/ ::...
|
|
|
Author: Otis Gospodnetic,
2010-10-15, 02:52
|
|
|
RE: exception with parse & quote - Lucene - [mail # user]
|
|
...Isn't that what the escape character is for? Try getting the latest version of Lucene (1.2) and using the \ character for escaping other special characters. Otis ________...
|
|
|
Author: Otis Gospodnetic,
2002-07-03, 15:55
|
|
|
Re: Wildcard with Double Quotes Query - Solr - [mail # user]
|
|
...I don't think you can do wildcard with a phrase. A path for that is sitting in Lucene's JIRA. Otis Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch ...
|
|
|
Author: Otis Gospodnetic,
2009-05-05, 17:34
|
|
|
Re: Computing Relevancy Differently - Lucene - [mail # user]
|
|
...Check the lucene-user archives, search for subject "custom scoring api questions" I think that may give you the answer.... Otis __________________________________________...
|
|
|
Author: Otis Gospodnetic,
2003-01-25, 07:09
|
|
|
Re: QueryParser and Double Quotes - Lucene - [mail # user]
|
|
...I think there is no way to do that since a double quote is a special character for query parser. There was some discussion about introducing an escape character to allow things like this...
|
|
|
Author: Otis Gospodnetic,
2002-03-11, 00:49
|
|
|
Re: QueryParser with stop/key words inside quotes - Lucene - [mail # user]
|
|
... oranges", where XXX is any of your stop words. As for your query, I don't know, try it and see. The computer will tell you :) Otis __________________________________________________ Do you...
|
|
|
Author: Otis Gospodnetic,
2003-04-14, 13:10
|
|
|
Re: QueryParser with stop/key words inside quotes - Lucene - [mail # user]
|
|
...The place to look is QueryParser.jj, method getFieldQuery, but it looks like the code doesn't figure out it's parsing a phrase query until after it passes the query string through the Analyz...
|
|
|
Author: Otis Gospodnetic,
2003-04-14, 03:08
|
|
|
Re: Loss of wildcard when search term is quoted with StandardAnalyzer - Lucene - [mail # user]
|
|
...That's too old. Get the recent nightly build. Otis __________________________________________________ Do You Yahoo!? HotJobs - Search Thousands of New Jobs http://ww...
|
|
|
Author: Otis Gospodnetic,
2002-08-12, 19:17
|
|
|
Re: Loss of wildcard when search term is quoted with StandardAnalyzer - Lucene - [mail # user]
|
|
...Which version of Lucene are you using? This should work with the latest (nightly) versions. There are even tests that excercise this functionality and they pass. Otis ____...
|
|
|
Author: Otis Gospodnetic,
2002-08-12, 19:07
|
|
|
Re: Filtering query results based on relevance/acuracy - Lucene - [mail # user]
|
|
...Alex, If I understand you correctly, all you have to do is either make sure that query is run as a phrase query (with quotes around the it), or as a term query where both terms...
|
|
|
Author: Otis Gospodnetic,
2009-09-22, 12:16
|
|
|
|