indexing
Here are 500 public repositories matching this topic...
What happened
Accidentally omitting document content returns 500 Internal Server Error with a body of {"message":"Internal error","uri":"/new_index"}
What was expected
Emitting any kind of helpful message would be helpful. Also, in my experience, when the client receives a 500 response, there is usually something informative on the server-side. But in this case, the server e
-
Updated
Oct 19, 2020 - JavaScript
I have dropped this feature when porting Thinlet UI to JavaFX (later, replaced by Swing.)
Thinlet Lule has "Tools > Export" menu. This wiki describes the feature.
https://github.com/DmitryKey/luke/wiki/Exporting-index-to-xml
I would like to re-think this feature (but cannot take enough time for this now.)
When (re)implementing this feature, file format selection (e.g. export to xml, json o
-
Updated
Mar 21, 2020 - Rust
-
Updated
Nov 12, 2020 - Java
-
Updated
Jul 18, 2020 - C
-
Updated
Oct 19, 2020 - TypeScript
-
Updated
Sep 24, 2020 - Java
-
Updated
Oct 13, 2020 - JavaScript
-
Updated
Aug 18, 2020 - C++
-
Updated
Oct 27, 2020 - PHP
-
Updated
May 12, 2020 - C++
-
Updated
Sep 4, 2020 - JavaScript
-
Updated
Nov 2, 2020 - Go
-
Updated
Oct 15, 2020 - Python
-
Updated
Jul 23, 2020 - Java
-
Updated
Oct 17, 2020 - C#
Describe the issue
Index is used in the query and explain output shows modification correctly. But "Index Used" section is blank.
To Reproduce
// create data
// create index
// append data
// refresh index incremental
val query = filter1.join(filter2, "name")
hyperspace.explain(query)Output
que
-
Updated
Mar 1, 2020 - Rust
-
Updated
Nov 3, 2020 - C++
-
Updated
Nov 12, 2020 - C++
-
Updated
Oct 13, 2020 - Java
Improve this page
Add a description, image, and links to the indexing topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the indexing topic, visit your repo's landing page and select "manage topics."
In the current version of FASTER C++, on Linux, we use
libaiofor async IO handling. It is a known issue thatlibaiois not very efficient. Recently,io_uringis released with Linux kernel 5.1, which advertises to be a high performance aysnc IO library. It would be useful to try it and see if we can improve disk performance on Linux by replacinglibaiowith it.More details for io_uring