question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Stored field values in index?

See original GitHub issue

I was hoping to reduce the footprint of my index by not storing the original values. I tried the ‘memory’ preset but I still see the large blocks of text I indexed in the output generated by export(). Is there any way to tell FlexSearch not to store the original values.

Also, is there documentation available for the options that FlexSearch.create takes? I’m not understanding things like depth, threshold, encode, etc and was wondering if there is any discussion of them somewhere.

Thanks for an awesome JavaScript library!

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:8 (3 by maintainers)

github_iconTop GitHub Comments

3reactions
ts-thomascommented, Jun 14, 2019

The next update will provide a new field “store” in the document descriptor which separates storing from indexing.

0reactions
edsucommented, Feb 17, 2020

I take it back, it is working! Thanks for your help @ts-thomas

Read more comments on GitHub >

github_iconTop Results From Across the Web

store | Elasticsearch Guide [8.5] | Elastic
By default, field values are indexed to make them searchable, but they are not stored. This means that the field can be queried,...
Read more >
Define Stored Source Fields in Your Atlas Search Index
Learn how to store certain fields in Atlas Search to improve query ... The storedSource option takes a boolean value or an object...
Read more >
How to get field data in search results - dtSearch Support
To see the fields in an index, click the "fields" button in the dtSearch Desktop Search dialog box, or click Index > List...
Read more >
Create and use an index to improve performance
An index stores the location of records based on the field or fields that you choose to index. After Access obtains the location...
Read more >
Elasticsearch _source, doc_values and store Performance
Stored fields have the purpose to store the value of the fields (without any analysis) in order to retrieve them at query time....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found