Kelvin Tan

Results 9 comments of Kelvin Tan

+1 For large fields, it is not really feasible to transfer the entire field over the wire just for the purpose of generating snippets. Lucene, Solr and Elasticsearch all have...

@janhoy I'm terribly sorry! This PR completely slipped my noticed. I've since updated to Solr 5.3.x. Would you please take a look and resubmit?

Common fields which require non-fulltext treatment include: ### Numeric Codes and Identifiers - ISBNs: Unique identifiers for books that should be searchable in their entirety. - SSNs (Social Security Numbers):...

Perhaps also important to mention that for users planning to migrate from Lucene/Solr/Elasticsearch (like myself), not being able to specify analyzers per-field makes migrating extremely difficult because we are used...

> Furthermore, the binary structure of the index does change from one version to the next, making them incompatible and making it literally impossible to bring many Lucene 9.x features...

I too am getting this issue now with the latest version (0.71.0) where it was working before.

I'm on Ubuntu and Ctrl - Shift - S seems to be trapped by another app. Take a look at keyboardShortcuts.js and SketchManager.js (around line 33) and it should be...

> @superkelvint Sharing the source code would certainly be relevant, Parallel.ForEach would not be my first choice here. Yes, I just got approval to do so, and will be providing...

Here is the MultithreadedIndexer.cs file. [MultithreadedIndexer.cs.zip](https://github.com/apache/lucenenet/files/15123366/MultithreadedIndexer.cs.zip) I'm not a C# programmer so perhaps I am doing something silly that's slowing things down.