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













0















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










share|improve this question


























    0















    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










    share|improve this question
























      0












      0








      0








      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










      share|improve this question














      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






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Mar 7 at 13:06









      yaroslavTiryaroslavTir

      3251519




      3251519






















          1 Answer
          1






          active

          oldest

          votes


















          1














          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.






          share|improve this answer






















            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
            );



            );













            draft saved

            draft discarded


















            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









            1














            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.






            share|improve this answer



























              1














              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.






              share|improve this answer

























                1












                1








                1







                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.






                share|improve this answer













                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.







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered Mar 8 at 11:05









                yrodiereyrodiere

                2,9361317




                2,9361317





























                    draft saved

                    draft discarded
















































                    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.




                    draft saved


                    draft discarded














                    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





















































                    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







                    Popular posts from this blog

                    Save data to MySQL database using ExtJS and PHP [closed]2019 Community Moderator ElectionHow can I prevent SQL injection in PHP?Which MySQL data type to use for storing boolean valuesPHP: Delete an element from an arrayHow do I connect to a MySQL Database in Python?Should I use the datetime or timestamp data type in MySQL?How to get a list of MySQL user accountsHow Do You Parse and Process HTML/XML in PHP?Reference — What does this symbol mean in PHP?How does PHP 'foreach' actually work?Why shouldn't I use mysql_* functions in PHP?

                    Compiling GNU Global with universal-ctags support Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern) Data science time! April 2019 and salary with experience The Ask Question Wizard is Live!Tags for Emacs: Relationship between etags, ebrowse, cscope, GNU Global and exuberant ctagsVim and Ctags tips and trickscscope or ctags why choose one over the other?scons and ctagsctags cannot open option file “.ctags”Adding tag scopes in universal-ctagsShould I use Universal-ctags?Universal ctags on WindowsHow do I install GNU Global with universal ctags support using Homebrew?Universal ctags with emacsHow to highlight ctags generated by Universal Ctags in Vim?

                    Add ONERROR event to image from jsp tldHow to add an image to a JPanel?Saving image from PHP URLHTML img scalingCheck if an image is loaded (no errors) with jQueryHow to force an <img> to take up width, even if the image is not loadedHow do I populate hidden form field with a value set in Spring ControllerStyling Raw elements Generated from JSP tagds with Jquery MobileLimit resizing of images with explicitly set width and height attributeserror TLD use in a jsp fileJsp tld files cannot be resolved