You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: core/src/main/kotlin/dev/paulee/core/data/DataServiceImpl.kt
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -161,8 +161,7 @@ private class DataPool(val indexer: Indexer, val dataInfo: DataInfo, val storage
161
161
indexedValues.add(query)
162
162
}
163
163
164
-
//FIXME: "ids.take(10000).toSet()" is a temporary fix to prevent a silent crash with large result sets, due to bad pagination and will be fixed with v2.
Copy file name to clipboardExpand all lines: docs/source/content/installation.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,8 +11,7 @@ You can always obtain the latest release from the following link:
11
11
12
12
## Example Data Set
13
13
14
-
An example data set is available for download at [Zenodo](https://zenodo.org/records/12723324).
15
-
This is Version 3 of the set titled *A Corpus of Biblical Names in the Greek New Testament to Study the Additions, Omissions, and Variations across Different Manuscripts*.
14
+
Download the example data set from [Zenodo](https://zenodo.org/records/15789063). It corresponds to Version 4 of the dataset "A Corpus of Biblical Names in the Greek New Testament to Study the Additions, Omissions, and Variations across Different Manuscripts." To import it, use `GreekVariant4.json`, available on [GitHub](https://github.com/Paulanerus/TextExplorer/blob/master/example/GreekVariant4.json) (for more information, see [Data Import](usage.md)).
16
15
17
16
Additionally, a plugin for this data set can be downloaded from the [official release page](https://github.com/Paulanerus/TextExplorer/releases/latest) (demo.jar).
18
17
Both plugins and data sets can be loaded directly within the application, as documented [here](usage.md).
0 commit comments