match_phrase_prefix query for HibernateSearchHibernate Search querying?combine queries in hibernate searchelasticsearch combine multiple queriesHibernate search (!) dynamic queries with DSLIs it possible to highlight only match_phrase query?Combine JPA with HIbernate Search Lucene Query“filtered query does not support sort” when using Hibernate SearchHow to configure type name or filter by type query with Elasticsearch integration?Is it possible in Hibernate Search to predefined Query or conditions before the indexing process?Hibernate Search: Get parametrised result from query without unchecked warnings
Do the temporary hit points from the Battlerager barbarian's Reckless Abandon stack if I make multiple attacks on my turn?
Two monoidal structures and copowering
Different result between scanning in Epson's "color negative film" mode and scanning in positive -> invert curve in post?
How does the UK government determine the size of a mandate?
How do we know the LHC results are robust?
Why Were Madagascar and New Zealand Discovered So Late?
How do I extract a value from a time formatted value in excel?
Method to test if a number is a perfect power?
Why didn't Theresa May consult with Parliament before negotiating a deal with the EU?
How does Loki do this?
How do I rename a Linux host without needing to reboot for the rename to take effect?
Is there a korbon needed for conversion?
Why, precisely, is argon used in neutrino experiments?
Valid Badminton Score?
How do scammers retract money, while you can’t?
How can I kill an app using Terminal?
Trouble understanding the speech of overseas colleagues
What happens if you roll doubles 3 times then land on "Go to jail?"
What is the intuitive meaning of having a linear relationship between the logs of two variables?
How did Arya survive the stabbing?
Where does the Z80 processor start executing from?
Hostile work environment after whistle-blowing on coworker and our boss. What do I do?
Term for the "extreme-extension" version of a straw man fallacy?
How do I find the solutions of the following equation?
match_phrase_prefix query for HibernateSearch
Hibernate Search querying?combine queries in hibernate searchelasticsearch combine multiple queriesHibernate search (!) dynamic queries with DSLIs it possible to highlight only match_phrase query?Combine JPA with HIbernate Search Lucene Query“filtered query does not support sort” when using Hibernate SearchHow to configure type name or filter by type query with Elasticsearch integration?Is it possible in Hibernate Search to predefined Query or conditions before the indexing process?Hibernate Search: Get parametrised result from query without unchecked warnings
Is it possible to execute match_phrase_prefix
in using hibernate search Query? I did not find any appropriate query class so far. I also don't want user ElasticsearchQueries.fromJson
since I need to combine different conditions using bool
elasticsearch hibernate-search
add a comment |
Is it possible to execute match_phrase_prefix
in using hibernate search Query? I did not find any appropriate query class so far. I also don't want user ElasticsearchQueries.fromJson
since I need to combine different conditions using bool
elasticsearch hibernate-search
add a comment |
Is it possible to execute match_phrase_prefix
in using hibernate search Query? I did not find any appropriate query class so far. I also don't want user ElasticsearchQueries.fromJson
since I need to combine different conditions using bool
elasticsearch hibernate-search
Is it possible to execute match_phrase_prefix
in using hibernate search Query? I did not find any appropriate query class so far. I also don't want user ElasticsearchQueries.fromJson
since I need to combine different conditions using bool
elasticsearch hibernate-search
elasticsearch hibernate-search
asked Mar 7 at 13:06
yaroslavTiryaroslavTir
3251519
3251519
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
If you do not want to use ElasticsearchQueries.fromJson
, then no, it's not possible to do that through the Hibernate Search APIs. That's a limitation of the experimental support for Elasticsearch in Hibernate Search 5.
It will be possible in Hibernate Search 6, but it's still an Alpha.
add a comment |
Your Answer
StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55044539%2fmatch-phrase-prefix-query-for-hibernatesearch%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
If you do not want to use ElasticsearchQueries.fromJson
, then no, it's not possible to do that through the Hibernate Search APIs. That's a limitation of the experimental support for Elasticsearch in Hibernate Search 5.
It will be possible in Hibernate Search 6, but it's still an Alpha.
add a comment |
If you do not want to use ElasticsearchQueries.fromJson
, then no, it's not possible to do that through the Hibernate Search APIs. That's a limitation of the experimental support for Elasticsearch in Hibernate Search 5.
It will be possible in Hibernate Search 6, but it's still an Alpha.
add a comment |
If you do not want to use ElasticsearchQueries.fromJson
, then no, it's not possible to do that through the Hibernate Search APIs. That's a limitation of the experimental support for Elasticsearch in Hibernate Search 5.
It will be possible in Hibernate Search 6, but it's still an Alpha.
If you do not want to use ElasticsearchQueries.fromJson
, then no, it's not possible to do that through the Hibernate Search APIs. That's a limitation of the experimental support for Elasticsearch in Hibernate Search 5.
It will be possible in Hibernate Search 6, but it's still an Alpha.
answered Mar 8 at 11:05
yrodiereyrodiere
2,9361317
2,9361317
add a comment |
add a comment |
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55044539%2fmatch-phrase-prefix-query-for-hibernatesearch%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown