Top "Text-search" questions

Find a class somewhere inside dozens of JAR files?

How would you find a particular class name inside lots of jar files? (Looking for the actual class name, not …

java class jar project-structure text-search
How does the Google "Did you mean?" Algorithm work?

I've been developing an internal website for a portfolio management tool. There is a lot of text data, company names …

algorithm machine-learning nlp spell-checking text-search
How can I create an index with pymongo

I want to enable text-search at a specific field in my Mongo DB. I want to implement this search in …

mongodb indexing pymongo fuzzy-search text-search
Search a string in a text file in batch script

How can I search a string in a text file line by line and when found a match, copy that …

batch-file string-search text-search
Mongoose text-search with partial string

Hi i'm using mongoose to search for persons in my collection. /*Person model*/ { name: { first: String, last: String } } Now i …

node.js mongodb mongoose text-search
Javascript find index of word in string (not part of word)

I am currently using str.indexOf("word") to find a word in a string. But the problem is that it …

javascript regex search indexof text-search
Search <div> for text

I am trying to search EACH on a single HTML5 page, and then HIDE the if there is no match. …

javascript jquery html text-search
Programmatically search for text in a PDF file and tell the page number?

There are some tools which allow to extract the whole text portion of a PDF file in order to full …

.net pdf text-search
Regular expression to find first match only

I have this text :- SOME text, ..... Number of successes: 3556 Number of failures: 22 Some text, ..... Number of successes: 2623 Number of …

regex search regex-lookarounds regex-greedy text-search