Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Search Returning Bad Results #2

Closed
seamuskraft opened this issue Apr 7, 2015 · 4 comments
Closed

Search Returning Bad Results #2

seamuskraft opened this issue Apr 7, 2015 · 4 comments
Labels

Comments

@seamuskraft
Copy link
Member

Searching for "Elections" and "Election Law" and got this
image

@seamuskraft seamuskraft added the bug label Apr 7, 2015
@krusynth
Copy link
Contributor

Not much to be done here until we have the legal thesaurus work complete, we've done the best we can for now.

@krusynth
Copy link
Contributor

A bit more background here: Solr tries to return something in most cases, and pointedly does not have a "minimum threshold" for matches. The first result is ranked "1", no matter how good or awful it is, so we can't just say "show us results that rank above X%". The community seems resistant to even allowing this basic functionality, so I'm not entirely sure how to proceed on this.

@krusynth
Copy link
Contributor

I've taken Waldo's advice and removed all synonyms from search. This means that there shouldn't be any more false positives as reported in these issues - however, it also means that anything close won't be matched - only literal matches. That's about the best we can do for now.

@seamuskraft
Copy link
Member Author

Ok.

  • Seamus

Seamus Kraft
Executive Director & Co-Founder
The OpenGov Foundation http://OpenGovFoundation.org
Ph: +1-760-659-0631
Tweet Us @FoundOpenGov http://twitter.com/foundopengov

On Thu, Feb 18, 2016 at 3:28 PM, Bill Hunt [email protected] wrote:

I've taken Waldo's advice and removed all synonyms from search. This means
that there shouldn't be any more false positives as reported in these
issues - however, it also means that anything close won't be matched -
only literal matches. That's about the best we can do for now.


Reply to this email directly or view it on GitHub
#2 (comment)
.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants