Skip to content
#

search

Here are 322 public repositories matching this topic...

vladak
vladak commented May 5, 2019

When working on a fix for #2755 I noticed that Git tag parsing is sub-optimal performance wise - to determine changeset/date for each tag a new command is spawned via Executor in buildTagEntry(). For repositories with large set of tags (e.g. Linux kernel) this could be taxing.

Either convert this to parallel execution (thread pool) or find a way how to get all the data in single command.

luigigf49
luigigf49 commented Jun 5, 2018

Good evening,

I started a few days working with this beautiful product.
I have read the online documentation available and I have consulted the forum but I still have many doubts.
In this moment in particular I would like to have some more information on the use of labels and facets that are not completely clear for me on how to apply them in searches.
I often find in the forum the reference

AhmadAbdelghany
AhmadAbdelghany commented Feb 9, 2018

For the sake of completeness, would it be possible to give a complete example of a custom operator in the documentation?
I understand that semantics of the operator is not a concern of the parser, so my request should really be directed to rsql-jpa. I just could not find a way to open an issue on their project.

专注于解决推荐领域与搜索领域的两个核心问题:排序预测(Ranking)和评分预测(Rating). 为相关领域的研发人员提供完整的通用设计与参考实现. 涵盖了70多种排序预测与评分预测算法,是最快最全的Java推荐与搜索引擎.

  • Updated Jun 10, 2020
  • Java

Improve this page

Add a description, image, and links to the search topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the search topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.