Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

39
votes
5answers
8k views

Is it possible to use Full Text Search (FTS) with LINQ?

I wonder if is possible to use FTS with LINQ using .NET Framework 3.5. I'm searching around the documentation that I didn't find anything useful yet. Does anyone have any experience on this?
7
votes
1answer
1k views

Using Full-Text-Search in order to find partial words (SQL Server 2008)

I'm trying to build a facebook like search for my software. I'd like to query the table customers. I've set up a FULLTEXT Index and tried the next query SELECT * FROM Customer where ...
4
votes
1answer
267 views

SQL Server 2008 Containstable generate negative rank with weighted_term

I have a table with full text search enabled on Title column. I try to make a weighted search with a containstable but i get an Arithmetic overflow for the Rank value. The query is as follow SELECT ...
4
votes
3answers
1k views

RavenDB full-text search

Can you please tell how to perform simple full-text search in RavenDb. The database is stored document: Movie {Name = "Pirates of the Carribean"}. I wish that this document was found on the search ...
3
votes
0answers
53 views

Has apple now enabled FTS in the standard/built-in sqlite library?

I want to use FTS in my iOS project. Through some answers to questions here on SO (like this) and other sources (like this), i understood that i will have to roll out my own built of sqlite3 on iOS, ...
2
votes
1answer
192 views

Normal SELECT on an SQLite FTS Table

I'm having an issue performing normal SELECT statements (that is, not the 'searches' they were designed to do- I'm not using MATCH). What I'm trying to do is query the table for all rows of an ...
2
votes
1answer
366 views

Exclude apostrophes from SQL Server Full Text Search

I would like to know how to exclude apostrophes from being indexed in full text search. For example, if someone enters a search term for "o'brien" or for "obrien" I would want it to match all cases ...
2
votes
2answers
501 views

parsing user-typed Full Text Search queries into WHERE clause of MySQL using PHP

I want to convert user typed FTS queries in to MySQL's WHERE clause. So the functionality will be something like Gmail's search. So users will be able to type: from:me AND (to:john OR to:jenny) ...
2
votes
1answer
928 views

Python SQLite FTS3 alternatives?

Are there any good alternatives to SQLite + FTS3 for python? I'm iterating over a series of text documents, and would like to categorize them according to some text queries. For example, I might want ...
1
vote
1answer
113 views

iOS iPhone SQLite and Monotouch issue

I have successfully developed a small iPhone+Monotouch (latest version) application with Monodevelop 2.8, which use a "compiled by me" version of SQLite to enable FTS4. To compile SQLite as static ...
1
vote
1answer
139 views

iOS SQLite search. Speed issues

My app currently has search functionality to search books. NOTE: Search operation only searches one book at a time. The problem is that it gets quite slow as the number of downloaded books increases. ...
1
vote
1answer
103 views

Following: How to use FTS in SQLite with Monotouch for iOS

I'm currently following this small tutorial about MonoTouch, SQLite and FTS3: How to use FTS in SQLite with Monotouch I've sucessfully done step 1 and 2. Unfurtunatelly I'm facing a problem on step ...
1
vote
1answer
78 views

How Lucene reduces CPU usage over full-text search of sql server?

I had read article about how stackoverflow reduced its CPU usage by using lucene. But my question is how ? Is it due to caching of lucene ? and if yes. If we implement a sqlserver fts with ...
1
vote
1answer
163 views

search japanese characters (utf-8 encoded ) using Sqlite FTS

It seems that Sqlite FTS don't support searching Japanese characters according to my experiments , and discussion here. #select * from tblEvent_shortdes where short_des MATCH 'BSジャパンの見どころ' #return ...
1
vote
3answers
176 views

MongoDB. [Key Too Large To Index]

Some Background: I'm planning to use MongoDB as the publishing frontend db for a few of my websites. The actual data will be kept in a SQL Server db and there will be background jobs that will ...
1
vote
2answers
432 views

SQLite3 FTS4, MATCH and Android

Is SQLite3 FTS4-enabled in the Android build?
1
vote
1answer
174 views

SQLite3 multiple FTS tables search

I have three fts virtual tables in my sqlite database - two with one content column, and one with 2 columns - title and content. Say one table is for some articles' content and titles, and other two ...
1
vote
2answers
535 views

How to use FTS in SQLite with Monotouch for iOS

I'm looking to build an iOS app using Monotouch that has a rather large sqlite db full of text. I need to provide fast searching over this text. My best solution right now is the FTS module ...
1
vote
1answer
339 views

Full Text Search “Contains” is slower than “Like %”

I have an issue with Full-Text Indexing on SQL Server 2008 x64. I have three tables: TableA with 90 000 rows TableB with 12 000 000 rows TableC with 22 000 000 rows I created FTS catalogs with ...
1
vote
0answers
108 views

Parse search queries in sql 2005 FTS

In lucene, we can use QueryParser.Parse(query) to find out how the given query is interpreted by lucene. Its very helpful. I am looking for some kind of API or build in sys functions to identify how ...
1
vote
1answer
307 views

sqlite-fts3: custom tokenizer?

Does anyone here have experience with writing custom FTS3 (the full-text-search extension) tokenizers? I'm looking for a tokenizer that will ignore HTML tags. Thanks.
1
vote
1answer
178 views

MySQL MyISAM fulltext search - how to add '#' as a word character for utf8 charset?

I am using MyISAM full text search. The table columns are having charset "utf8" and "utf8_general_ci" as collation. Now I want to implement #HashTag system, so that if I search for "#HashTag", only ...
1
vote
2answers
225 views

Cancelling long-running tasks in PLINQ

I am trying to use the NET 4.0 parallel task library to handle multiple FTS queries. If the query takes too much time, I want to cancel it and continue forward with processing the rest. This code ...
1
vote
1answer
133 views

SQL 2005 Full-Text-Search: How to default all user search words to a CONTAINS NEAR type FTS search

I have an asp.net web page with a simple search text box that returns matching rows from a MSSQL 2005 database. It is currently using a LIKE statement to bring back matches, but forces the user to to ...
0
votes
0answers
11 views

FTS - Index rebuild causing CPU issues (SQL Server 2008 R2) [migrated]

I am encountering some critical issues on SQL Server 2008 in a production environment; We have a database that contains a FTS index; we also have a maintenance job that rebuilds the FTS index and ...
0
votes
0answers
35 views

full text search in jquery mobile

I was wondering if this is possible or not in jquery mobile. Consider you have a search input like the following: <div data-role='content'><input type='search' ...
0
votes
1answer
52 views

Alfresco FTS wildcards

I have a model in alfresco with following type: <type name="namedobject"> <title>NamedObject</title> <parent>object</parent> <properties> <property ...
0
votes
0answers
52 views

SQL FTS search with Join Table

I am trying to run a freetext search against a JOIN table in SQL FTS. Currently i'm using select * FROM Deals where freetext(*, @keywords) This works fine however i need to JOIN the Deals table to ...
0
votes
0answers
35 views

How to select FTS Offsets(), Snippet() in a Group By query in SQLite?

I have a FTS query that returns multiple rows from joined tables, but my requirement is to show only one (any - not important if min, max, random) result per parent record, the remainder will be shown ...
0
votes
1answer
86 views

Sql server full text indexing wild card search

I am having a trouble using full text indexing in sql server Is it possible to search columns which starts with a specific word using full text indexing ??
0
votes
1answer
131 views

Is SQLite on Android built with the ICU tokenizer enabled for FTS?

Like the title says: can we use ...USING fts3(tokenizer icu th_TH, ...). If we can, does anyone know what locales are suported, and whether it varies by platform version?
0
votes
0answers
144 views

Custom SQLite build from XCode doesn't work in Mono Develop

I'm working on a iOS project that needs FTS on a SQLite DB. I've followed the instructions found on the web concerning the building of a custom version of SQLite, together with a user function to ...
0
votes
1answer
180 views

SQLite, FTS, MATCH and separating text in a column

I have an SQLite database with a virtual table "myTable" created using FTS4, with one column "myColumn" of text using | as a separating character. I query this database with SELECT * FROM myTable ...
0
votes
1answer
46 views

Database values do not appear during first time use of my application

I am creating a database using a DataHelper class and then creating a table using FTS virtual table. The values are being imported from the text file in RAW folder which contains 1000 entries and a ...
0
votes
0answers
79 views

How do I properly query all columns in an attached FTS3/FTS4 table?

Consider an FTS3/FTS4 index table called MyTable in an external database, attached using ATTACH DATABASE '...' AS ext A normal MATCH query across all columns would look like SELECT * FROM MyTable ...
0
votes
1answer
110 views

How to do a broad-match search with TSQL FreeText search with numeric values?

I am trying to do a free text search on terms like "sony model number np-fx110" or "carrying case for sony sz-vgn770N" or "asus laptop model g60v". I know that freetext treats numbers like noise, so ...
0
votes
0answers
117 views

SQLite3 and pre-sorting an fts4 virtual table

Suppose I have an SQLite3 database with a single virtual table which is "very large" and created using fts4. When querying this table with SELECT... FROM... WHERE... MATCH... LIMIT..., is there any ...
0
votes
1answer
173 views

Sqlite and FTS tables with ICU tokenizer bug or not?

I have a strange problem with an FTS table in my sqlite database. I am creating a table like this: CREATE VIRTUAL TABLE table01 USING fts4(name, content, tokenize=icu ru_RU); Then inserting two ...
0
votes
0answers
66 views

SQLite3 and MATCH on expressions

Can MATCH be used with expressions, such as SELECT * FROM myTable WHERE phrase MATCH 'to play'; when results should be expected?
0
votes
0answers
41 views

FTS query twice word appearance

Good day to all. I have a simple fts query What select from table on keyword ‘map’ And rank of records with twice word appearance is more than others. Is any way to have one rank for all records ...
0
votes
2answers
354 views

SQL Contains table and keword position in string

Have a question about full text search. I have a query that works, but I want to improve it. For example, suppose I'm searching for "best solution". In my result (using ...
0
votes
1answer
52 views

should I set this table use FTS format?

all I want to create a table like this, it will be store about 100,000 rows, it not often do write operation. update the all table about 1 day once or 1 week once. I think may be use FTS format will ...
0
votes
1answer
436 views

how to perform full text search using sqlite fts3

I have compiled the fts3 module for sqlite3.6.2. How to build the virtual table and perform search on some field of existent tables (like content:string in tweets)? Does ft3 support fuzzy search? (I ...
0
votes
1answer
97 views

What's the difference between rowid vs docid in sqlite fts table?

Is there any advantage of using one over the other? Thanks!
0
votes
1answer
440 views

django-fts: How to create indexes for psql

I am investigating how the http://code.google.com/p/django-fts/ application works. I am trying to setup psql FTS to work with the application, but can't understand how to create index correctly. ...
0
votes
1answer
228 views

MySQL FTS implementation

I work on a ticket system in PHP/MySQL. We have implemented mysql FTS in boolean mode, to provide the search feature to users. User enters search string and we present her a list of issues. Below is ...
0
votes
1answer
371 views

Verifying sqlite FTS (Full Text Search) syntax, and how to do a single term NOT search

Is there a way to determine if a MATCH query sent to an fts3 table in sqlite is valid? Currently, I don't find out if the expression is invalid until I try to run it, which makes it a little tricky. ...
0
votes
1answer
567 views

SQLite Virtual Table Match Escape character

I'm working on an applications where the indices are stored in a SQLite FTS3 virtual table. We are implementing full text matches which means we send through queries like: select * from blah where ...
0
votes
2answers
567 views

SQl Full-text search doesn't work?

When i execute the following sql, nothing happens: select * from docs where freetext(*, 'my search string') I know that "my search string" is in a field in a table. The table docs is added to my ...