Click here to Skip to main content
15,887,027 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: Algolia is hot wet garbage Pin
Richard Andrew x646-Jun-23 2:50
professionalRichard Andrew x646-Jun-23 2:50 
GeneralRe: Algolia is hot wet garbage Pin
dandy726-Jun-23 10:34
dandy726-Jun-23 10:34 
GeneralRe: Algolia is hot wet garbage Pin
jschell6-Jun-23 5:02
jschell6-Jun-23 5:02 
GeneralRe: Algolia is hot wet garbage Pin
Matthew Dennis6-Jun-23 5:15
sysadminMatthew Dennis6-Jun-23 5:15 
GeneralRe: Algolia is hot wet garbage Pin
jschell7-Jun-23 5:06
jschell7-Jun-23 5:06 
GeneralRe: Algolia is hot wet garbage Pin
honey the codewitch6-Jun-23 6:13
mvahoney the codewitch6-Jun-23 6:13 
GeneralRe: Algolia is hot wet garbage Pin
jschell7-Jun-23 5:05
jschell7-Jun-23 5:05 
GeneralRe: Algolia is hot wet garbage Pin
Matthew Dennis6-Jun-23 6:03
sysadminMatthew Dennis6-Jun-23 6:03 
What are you using to render your files?
On CodeProject, I use Lucene.Net to index and search our content.
I've used Lucene.Net 2, 3, and 4 for various projects and I'm not sure which I like best due to the differences in APIs.
There are versions ported to several languages from the original Java.

Using Stemming Analyzer, you can index by word roots so that 'run', 'runs', 'running', 'ran' all index to the same thing.

I created a custom tokenizer to handle technical documents geared towards programming to weed out some fluff.

It is blinding fast, and looking at the code can be addictive as the algorithms used are quite interesting.

If you are using a 'standard' CMS such as WordPress, Orchard, or most others, they usually have a Search Plugin which is usually based on Lucene.
"Mistakes are prevented by Experience. Experience is gained by making mistakes."

GeneralRe: Algolia is hot wet garbage Pin
Matthew Dennis6-Jun-23 6:06
sysadminMatthew Dennis6-Jun-23 6:06 
GeneralRe: Algolia is hot wet garbage Pin
honey the codewitch6-Jun-23 6:12
mvahoney the codewitch6-Jun-23 6:12 
Generalworldle 500 2/6 Pin
jmaida5-Jun-23 13:46
jmaida5-Jun-23 13:46 
GeneralWordle 717 Pin
StarNamer@work5-Jun-23 13:46
professionalStarNamer@work5-Jun-23 13:46 
GeneralRe: Wordle 717 Pin
Amarnath S5-Jun-23 14:03
professionalAmarnath S5-Jun-23 14:03 
GeneralRe: Wordle 717 Pin
Shane01035-Jun-23 17:49
Shane01035-Jun-23 17:49 
GeneralRe: Wordle 717 Pin
OriginalGriff5-Jun-23 19:10
mveOriginalGriff5-Jun-23 19:10 
GeneralRe: Wordle 717 - 5 4 me Pin
pkfox5-Jun-23 20:05
professionalpkfox5-Jun-23 20:05 
GeneralRe: Wordle 717 5/6 Pin
jmaida5-Jun-23 20:17
jmaida5-Jun-23 20:17 
GeneralRe: Wordle 717 Pin
Sander Rossel5-Jun-23 21:07
professionalSander Rossel5-Jun-23 21:07 
GeneralRe: Wordle 717 Pin
ChandraRam5-Jun-23 21:30
ChandraRam5-Jun-23 21:30 
GeneralRe: Wordle 717 Pin
Cp-Coder6-Jun-23 2:07
Cp-Coder6-Jun-23 2:07 
GeneralRe: Wordle 717 (Inspired by Tetris) Pin
Jeremy Falcon6-Jun-23 4:14
professionalJeremy Falcon6-Jun-23 4:14 
GeneralRe: Wordle 717 (4/6) Pin
musefan6-Jun-23 4:22
musefan6-Jun-23 4:22 
GeneralRe: Wordle 717 Pin
Sandeep Mewara6-Jun-23 4:55
mveSandeep Mewara6-Jun-23 4:55 
GeneralPostponing actions in a cascade Pin
Calin Negru5-Jun-23 11:10
Calin Negru5-Jun-23 11:10 
GeneralRe: Postponing actions in a cascade Pin
honey the codewitch5-Jun-23 11:50
mvahoney the codewitch5-Jun-23 11:50 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.