Full-text-search Questions
Ad
How to do hit-highlighting of results from a SQL Server full-text query
We have a web application that uses sql server 2008 as the database. our users are able to do full-text searches on particular columns in the
Searching subversion history (full text)
Is there a way to perform a full text search of a subversion repository, including all the history? for example, i've written a feature
Full text search engine example in F#?
Are there any good examples (websites or books) around of how to build a full text search engine in f#?
Best full text search alternative to MS SQL, C++ solution
What is the best full text search alternative to microsoft sql? (which works with ms sql) i'm looking for something similar to
How do you full-text search multiple criteria on left-joined tables in SQL Server?
I have a query that originally looks like this: select c.id, c.name, c.countrycode, c.customernumber, cacc.accountnumber,
How to enable Full-text Indexing in SQL Server 2005 Express?
I am trying to enable full-text indexing in sql server 2005 express. i am running this on my laptop with vista ultimate. i understand that
Mongoose search multiple fields
All, trying to implement simple search with nodejs and mongoose. not really sure where do i go wrong, trying to build up the
How to bind SQLite FTS4 query params in Kotlin
I wonder how to bind sqlite fts query params for sanitizing inputs. i was trying to run a raw query like below which ended up with a
Maximum number of fields for a Firestore document?
Right now i have a products collection where i store my products as documents like the following:
Ad
Powershell - Scan for multiple strings in multiple files
I am having issues resolving a revision to the script below. this script will take in a number of key words, either manually added or read from a
flutter search in firestore for two items
I'm developing a flight ticket booking app with flutter and i'm trying to add a search query from firestore for the start and destination.
Search by pattern on Cloud Firestore collection
I'm trying to perform a filter by pattern over a firestore collection. for exemple, in my firestore database i have a brand called
Why am I not able to search short words in my Laravel Application?
This is my search function. with it i am able to search whole words and numbers perfectly. however, i am not able to search short words like
What would be the correct approach to find and format an informally written date in a string?
I have a small project where i have dates written informally in a firebase database as strings. i would need to turn these dates into a datetime
Search with multi fields firestore
I have collection of places: places: doc1: title: "paris" category: "pharmacy" city: "paris" doc2: title:
Filtering selecting column with like clause from unrelated another table - Postgresql?
I have two unrelated tables. they both have varchar columns. if all rows in the text column of table b are in the text column of table a, i want
How to retrieve the whole sentence around a selected word?
I would like to find a selected word and take everything from the first period(.) before it and up until the first period(.) after it.
How to save search results in a ListView (Android) in current Activity
In my app i have 3 activities 1. search box activity (a) 2. listview activity to show results (b) 3. webview acitivity to show single page
Strategy for Laravel scout with million+ records and multiple interchangeable drivers (i.e. TNT & Algolia)
I have used algolia a bit and it is an awesome service. i have also used the tnt-search driver for scout and it is also pretty good, but not
Laravel Scout (Meilisearch) - Says imported data, but doesn't
I've installed and configured meilisearch + laravel scout package. my model: class post extends model { use searchable;
Ad
Is there a full HTML/Javascript online search engine?
I'm looking for a search engine that would also index the html and javascript code, and not only the rendering. use case: some specific
Line by line searching using strstr
I've been trying to come up with a system that searches through a file line by line for a 6 digit number and when it finds it it breaks the loop
IBM DB2 TextSearch // Language = AUTO // Linguistic processing
I am using the latest release of the ibm db2 express-c edition luw on windows server 32bit. the textsearch-engine is properly configured
Custom search in SQL with rank by columns
I would like to implement intelligent search form for my users stored in sql server. columns which i want to use for search are show on screenshot
How to make content in an expand slot of a data table in VuetifyJS searchable?
I'm using the vuetifyjs/vuejs data table
Prevent initialization of Hibernate Search in Spring application
I have a model class which is shared between two applications. one of the application needs to support full text search which has been implemented
How to index source code with ElasticSearch
I need to provide full text search on javascript source files and highlighting of results. my question is what combination of existing
Multilingual queries in ElasticSearch
Let's say we have the following mapping in elasticsearch. { "content": { "properties": { "id": { "type":
What are the pros and cons of Solr & ElasticSearch?
Both solr and elasticsearch are built upon lucene. how do they compare to each other in terms of: features (facet &
Have you indexed nutch crawl results using elasticsearch before?
Has anyone had any luck writing custom indexers for nutch to index the crawl results with elasticsearch? or do you know of any that already
MongoDB Full Text Search in an Array of objects
I have a schema like this: const ayoschema = new schema({ images: array, images is an array in which objects are
Ad
Laravel diacritic insensitive search
I try to make an api which accepts a query params to filter the results within the following link api/results/search?somefield=er.
When using FREETEXTTABLE in ms sql server how do you search on the primary key?
I have a query using a freetexttable full text search which works perfectly for every column included in the index except for the primary key.
Is it possible to get a list of relevant words from a full-text index given a specific row?
I wuld like to do som automatic tagging of incoming text in our system and i was wondering if a full-text index is capable of providing a a ranked
Fast Text Search Over Logs
Here's the problem i'm having, i've got a set of logs that can grow fairly quickly. they're split into individual files every day, and the files
laravel scout: How to update index in controller
Here is my question. i want to update the scout index saved in storage in my controller. any ideas how to do it? i am using
Why doesn't SQL Full Text Indexing return results for words containing #?
For instance, my query is like the following using sql server 2005: select * from table where freetext(searchfield, 'c#')
MySQL boolean full text search with subexpressions
I want to write a boolean full text search query in mysql. but i want to have results in this order: exact matches >
Sphinx full text search not working as expected
I'm having weird issues with sphinx that should do full text search on a single column in a table. it returns results for some values but for some
Ad
Blog Categories
Ad