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

Relatedness/Similarity Search #38

Open
GoogleCodeExporter opened this issue Mar 16, 2015 · 8 comments
Open

Relatedness/Similarity Search #38

GoogleCodeExporter opened this issue Mar 16, 2015 · 8 comments

Comments

@GoogleCodeExporter
Copy link

At the moment, with djapian(as well as postgres full text search), all I
can do is search for objects containing the search string.

What I am looking to achieve is to get a list of 10 most "similar" content
based on a given content.

In case of djapian it would match only if 2 posts were exactly same as each
other.

Hint : For wordpress they got http://rmarsh.com/plugins/similar-posts/
doing exactly what i want to achieve.

Original issue reported on code.google.com by saja...@gmail.com on 21 Dec 2008 at 4:06

@GoogleCodeExporter
Copy link
Author

I think you can achieve this on top of djapian by writing your own layer that 
will be
find similar entries.

Original comment by daevaorn on 23 Dec 2008 at 10:40

@GoogleCodeExporter
Copy link
Author

Original comment by daevaorn on 23 Dec 2008 at 10:40

  • Added labels: Type-Enhancement, Priority-Low
  • Removed labels: Type-Defect, Priority-Medium

@GoogleCodeExporter
Copy link
Author

Original comment by daevaorn on 15 Feb 2009 at 5:31

@GoogleCodeExporter
Copy link
Author

Original comment by daevaorn on 23 May 2009 at 7:04

  • Changed state: Accepted
  • Added labels: Milestone-Release2.3

@GoogleCodeExporter
Copy link
Author

Add `similar_to(instance)` method to ResultSet

Original comment by daevaorn on 23 May 2009 at 7:33

@GoogleCodeExporter
Copy link
Author

Xapian FAQ entry related to this topic 
http://trac.xapian.org/wiki/FAQ/FindSimilar

Original comment by daevaorn on 27 May 2009 at 1:51

@GoogleCodeExporter
Copy link
Author

Original comment by daevaorn on 19 Sep 2009 at 9:17

  • Added labels: Milestone-Release2.4

@GoogleCodeExporter
Copy link
Author

Original comment by daevaorn on 21 Jun 2010 at 7:26

  • Added labels: Milestone-Release2.5

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

No branches or pull requests

1 participant