Giulia Cacioli
Giulia Cacioli
I'm implementing a search engine for a research project related to philological editions. [http://evt.labcd.unipi.it/](url) It's important to add this functionality to ensure more details in the philological studies that will...
Yes, the difference between a term "FOO" and a term "foo" could be basic for some research studies and this is the reason why I would like to include this...
Well, I tried to develop the feature in my web app and the index size is not a big problem in this case! In a document of about 1460 words,...
Not change but add more wildcards. For example the wildcard character ?, which represents a single character, so when I search for _alon?_ lunr returns both _along_ and _alone_
Yeah, the "*" wildcard is not enough for my purpouse. I need the '?' wildcard that match exactly one character, so a search for `alone?` must match only "along" and...
I'll try this tests, but probably I think that it might work. Thanks!
I index about 1400 documents and for each term I store 8 metadata. The plugin implementation is simple: function addXmlDocIdMetadata(builder, parsedElementsForIndexing) { var pipelineFunction = function (token) { var docIndex...
It doesn't include serialising. You can find the project I'm working on at https://github.com/evt-project/evt-viewer and my branch is feature/search . After the environment setup you have to create a _data_...
@KennethanCeyer what about this bug? Can you fix it?
@ilinsky some news about?