mirror of
https://github.com/MarginaliaSearch/MarginaliaSearch.git
synced 2025-02-24 05:18:58 +00:00
Experimental domain-searching feature
This commit is contained in:
parent
6ae7669fd1
commit
913599426f
@ -216,7 +216,7 @@ public class EdgeIndexService extends Service {
|
|||||||
String json = request.body();
|
String json = request.body();
|
||||||
EdgeDomainSearchSpecification specsSet = gson.fromJson(json, EdgeDomainSearchSpecification.class);
|
EdgeDomainSearchSpecification specsSet = gson.fromJson(json, EdgeDomainSearchSpecification.class);
|
||||||
|
|
||||||
final int wordId = keywordLexicon.getOrInsert(specsSet.keyword);
|
final int wordId = keywordLexicon.getReadOnly(specsSet.keyword);
|
||||||
|
|
||||||
List<EdgeId<EdgeUrl>> urlIds = indexes
|
List<EdgeId<EdgeUrl>> urlIds = indexes
|
||||||
.getBucket(specsSet.bucket)
|
.getBucket(specsSet.bucket)
|
||||||
|
Loading…
Reference in New Issue
Block a user