0
votes
0answers
14 views
Querying multiple index in django-sphinx
The django-sphinx documentation shows that django-sphinx layer also supports some basic querying over multiple indexes.
http://github.com/dcramer/django-sphinx/blob/master/README. …
1
vote
5answers
53 views
Adding Search to Ruby on Rails - Easy Question
I am trying to figure out how to add search to my rails application. I am brand new so go slow. I have created a blog and done quite a bit of customizing including adding some AJAX …
0
votes
2answers
21 views
How to search categorywise in the web? are there any categorysearch search engines
Example: I want to search results only from the research papers
or I want to search results only from opensource tools/packages/codes
Kindly help me
0
votes
2answers
29 views
Will Full text search consider indexes?
Ok I have a full text search index created on my JobsToDo table, but what I'm concerned about is if this is rendering my other indexes on the table useless. I have a normal nonclus …
1
vote
3answers
40 views
improving search times
Hi guys,
Just wondering if there is any tips on improving search times (full-text).
How do large sites like stackoverflow, reddit, etc, implement their search functions?
(Sorr …
4
votes
3answers
75 views
Hibernate Search or Compass
I can't seem to find any recent talk on the choice. Back in '06 there was criticism on Hibernate Search as being incomplete and not being ready to compete with Compass, is it now? …
1
vote
2answers
47 views
Why does my MySQL MATCH() AGAINST() query fail with columns from LEFT JOIN’d databases?
I've got a MySQL query somewhat like the following:
SELECT *
FROM products
LEFT JOIN descriptions ON products.DescriptionID = descriptions.ID
WHERE MATCH (name, overview, specs …
0
votes
2answers
54 views
Is there an ASP.NET full text search system for websites?
We host websites in a shared hosting environment where Microsoft SQL Server full text searching is not allowed. We would love an ASP.NET API that allowed similar functionality to g …
3
votes
10answers
287 views
How to search for text fragments in a database
Are there any open source or commercial tools available that allow for text fragment indexing of database contents and can be queried from Java?
Background of the question is a la …
0
votes
2answers
41 views
Lucene.NET on shared hosting
I'm trying to get Lucene.NET to work on a shared hosting environment. Mascix over on codeproject outlines here how he got this to work on godaddy. I'm attempting this on isqsoluti …
1
vote
3answers
54 views
Text processing / comparison engine
Hi, I'm looking to compare two documents to determine what percentage of their text matches based on keywords.
To do this I could easily chop them into a set word of sanitised wo …
0
votes
1answer
23 views
Odd Full Text Search Result
Hi I have 2 following 2 queries:
SELECT FT_TBL.JobId, FT_TBL.Title, FT_TBL.[Description],
FT_TBL.Location, KEY_TBL.RANK FROM Jobs AS FT_TBL
INNER JOIN FREETEXTTABLE (Jobs, …
0
votes
1answer
23 views
Customizing FreeTextTable in MS SQL 2000
I'm looking for answers for the following 2 questions (SQL Server 2000). I have an order info table that is indexed so that I may search data on particular columns. So, an example …
0
votes
1answer
14 views
SOLR - How to pass parameters to dataimport
How can i pass additional parameters to SOLR, while importing from database, using dataimport. Example:
I have sql query, smth like this:
Select * from documents where documentI …
1
vote
3answers
74 views
php, search in chinese and russian
Eventually, I'm creating a website on three languages: english, russian and chinese. I hope that if I use UTF-8 in application and database, there won't be any problems with input- …
