Lucene search queries don't appear to work in Data.Parliament APIComparison of full text search engine - Lucene, Sphinx, Postgresql, MySQL?Lucene: Multi-word phrases as search termsHow to Access Sitecore Lucene Search through the Item Web API?Database search with luceneHibernate Search - possible to get new Lucene query after facets applied?For Google App Engine: Compare and Contrast Lucene and Search ApiQuery from New York Times API (JSON) giving same output on different search keywords?How does Lucene work with quotes and wildcardsQuery an API which blocks CORSBuild Lucene Query for multiple fields

What are the cons of stateless password generators?

Can't write to a file with open-world write access

If the Moon were impacted by a suitably sized meteor, how long would it take to impact the Earth?

My employer is refusing to give me the pay that was advertised after an internal job move

Why did some Apollo missions carry a grenade launcher?

Did Vladimir Lenin have a cat?

Is it bad style if the personal first person narrator of a story dies during said story?

Why tantalum for the Hayabusa bullets?

On what tickets or flights are Flying Blue XP earned?

Rampant sharing of authorship among colleagues in the name of "collaboration". Is not taking part in it a death knell for a future in academia?

Are all French verb conjugation tenses and moods practical and efficient?

Was Donald Trump at ground zero helping out on 9-11?

Can machine learning learn a function like finding maximum from a list?

Find all the numbers in one file that are not in another file in python

Antonym of "Megalomania"

Why don't short runways use ramps for takeoff?

Should I intervene when a colleague in a different department makes students run laps as part of their grade?

Should I put my name first, or last in the team members list

How to innovate in OR

Applications of pure mathematics in operations research

Can you continue the movement of a Bonus Action Dash granted by Expeditious Retreat if your Concentration is broken mid-move?

left ... right make different sizes in numerator and denominator

Why did I lose on time with 3 pawns vs Knight. Shouldn't it be a draw?

When encrypting twice with two separate keys, can a single key decrypt both steps?



Lucene search queries don't appear to work in Data.Parliament API


Comparison of full text search engine - Lucene, Sphinx, Postgresql, MySQL?Lucene: Multi-word phrases as search termsHow to Access Sitecore Lucene Search through the Item Web API?Database search with luceneHibernate Search - possible to get new Lucene query after facets applied?For Google App Engine: Compare and Contrast Lucene and Search ApiQuery from New York Times API (JSON) giving same output on different search keywords?How does Lucene work with quotes and wildcardsQuery an API which blocks CORSBuild Lucene Query for multiple fields






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








0















I'm using the UK Parliament's official API for a personal project, and I'm trying to query their search endpoint, here is an example query.



http://lda.data.parliament.uk/bills.json?_search=title:health



But the response is their standard paged response object, but with no items no matter what I search. It doesn't error, though, which I'm guessing means it's at least in the right syntax.



I'm getting the same thing, whether querying from my proxy api, the browser, or postman.



http://explore.data.parliament.uk/?learnmore=Bills



^ These docs say I need to pass in a lucene query, which I'm new to. I was wondering if anyone who knows more about it can see if there's anything obvious I'm missing?



This api doesn't seem very well maintained or well documented (which is a shame given its goal of government transparency) so it could just be that search simply doesn't work...



Thanks










share|improve this question






























    0















    I'm using the UK Parliament's official API for a personal project, and I'm trying to query their search endpoint, here is an example query.



    http://lda.data.parliament.uk/bills.json?_search=title:health



    But the response is their standard paged response object, but with no items no matter what I search. It doesn't error, though, which I'm guessing means it's at least in the right syntax.



    I'm getting the same thing, whether querying from my proxy api, the browser, or postman.



    http://explore.data.parliament.uk/?learnmore=Bills



    ^ These docs say I need to pass in a lucene query, which I'm new to. I was wondering if anyone who knows more about it can see if there's anything obvious I'm missing?



    This api doesn't seem very well maintained or well documented (which is a shame given its goal of government transparency) so it could just be that search simply doesn't work...



    Thanks










    share|improve this question


























      0












      0








      0








      I'm using the UK Parliament's official API for a personal project, and I'm trying to query their search endpoint, here is an example query.



      http://lda.data.parliament.uk/bills.json?_search=title:health



      But the response is their standard paged response object, but with no items no matter what I search. It doesn't error, though, which I'm guessing means it's at least in the right syntax.



      I'm getting the same thing, whether querying from my proxy api, the browser, or postman.



      http://explore.data.parliament.uk/?learnmore=Bills



      ^ These docs say I need to pass in a lucene query, which I'm new to. I was wondering if anyone who knows more about it can see if there's anything obvious I'm missing?



      This api doesn't seem very well maintained or well documented (which is a shame given its goal of government transparency) so it could just be that search simply doesn't work...



      Thanks










      share|improve this question














      I'm using the UK Parliament's official API for a personal project, and I'm trying to query their search endpoint, here is an example query.



      http://lda.data.parliament.uk/bills.json?_search=title:health



      But the response is their standard paged response object, but with no items no matter what I search. It doesn't error, though, which I'm guessing means it's at least in the right syntax.



      I'm getting the same thing, whether querying from my proxy api, the browser, or postman.



      http://explore.data.parliament.uk/?learnmore=Bills



      ^ These docs say I need to pass in a lucene query, which I'm new to. I was wondering if anyone who knows more about it can see if there's anything obvious I'm missing?



      This api doesn't seem very well maintained or well documented (which is a shame given its goal of government transparency) so it could just be that search simply doesn't work...



      Thanks







      apache api http lucene






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Mar 26 at 21:24









      Patrick BenjaminPatrick Benjamin

      11 bronze badge




      11 bronze badge

























          0






          active

          oldest

          votes










          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%2f55366415%2flucene-search-queries-dont-appear-to-work-in-data-parliament-api%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown

























          0






          active

          oldest

          votes








          0






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes




          Is this question similar to what you get asked at work? Learn more about asking and sharing private information with your coworkers using Stack Overflow for Teams.







          Is this question similar to what you get asked at work? Learn more about asking and sharing private information with your coworkers using Stack Overflow for Teams.



















          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%2f55366415%2flucene-search-queries-dont-appear-to-work-in-data-parliament-api%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

          Kamusi Yaliyomo Aina za kamusi | Muundo wa kamusi | Faida za kamusi | Dhima ya picha katika kamusi | Marejeo | Tazama pia | Viungo vya nje | UrambazajiKuhusu kamusiGo-SwahiliWiki-KamusiKamusi ya Kiswahili na Kiingerezakuihariri na kuongeza habari

          Swift 4 - func physicsWorld not invoked on collision? The Next CEO of Stack OverflowHow to call Objective-C code from Swift#ifdef replacement in the Swift language@selector() in Swift?#pragma mark in Swift?Swift for loop: for index, element in array?dispatch_after - GCD in Swift?Swift Beta performance: sorting arraysSplit a String into an array in Swift?The use of Swift 3 @objc inference in Swift 4 mode is deprecated?How to optimize UITableViewCell, because my UITableView lags

          Access current req object everywhere in Node.js ExpressWhy are global variables considered bad practice? (node.js)Using req & res across functionsHow do I get the path to the current script with Node.js?What is Node.js' Connect, Express and “middleware”?Node.js w/ express error handling in callbackHow to access the GET parameters after “?” in Express?Modify Node.js req object parametersAccess “app” variable inside of ExpressJS/ConnectJS middleware?Node.js Express app - request objectAngular Http Module considered middleware?Session variables in ExpressJSAdd properties to the req object in expressjs with Typescript