Lucene Search in zf2 - zend-framework2

Has the Lucene Search library been removed from the ZendFramework 2? because I can't find it here

UPDATE:
It has it's own repo here:
https://github.com/zendframework/ZendSearch
I couldn't find it. I wonder if it is interoperable with the previous version of the library. I also noticed that it was present in 1.9, but I don't see 1.9 available for download.
There was work being done in the 2.0 branch here:
https://github.com/Maks3w/zf2/commit/9796a6ff1f4fe71048b4f083f7ec746f4442e7dd
This refers to Lucene changes:
http://framework.zend.com/wiki/display/ZFDEV2/BC+Breaks
More work here:
https://github.com/zendframework/zf2/pull/40/commits
Don't see it here:
http://modules.zendframework.com/

Looks like they have made it an optional component. It lives in its own repo now: https://github.com/zendframework/ZendSearch

Related

SwaggerDiff for Swagger Version 3

I recently came across this little tool: Swagger-diff
It compares two APIs which are currently running and then shows changes you made from old version to new version. Sadly this only works for Swagger 1.x and 2.0.
Does anyone knows a tool with the same functionality but works with Swagger 3.0?
Regards,
Hannes
Sometime back, I was also challenged with the same issue.
I was not able to find anything readymade open-source online.
But digging all the swagger-diff implementations a little bit deeper, I found that all of them work on this swagger-parser library.
Apart from the one you mentioned, there is one implementation in ruby and another one in node. All of them work on the same concept of the swagger-parser.
Swagger 3 works on yml instead of JSON format, so the above libraries will fail to parse the contracts. So, you need to modify the swagger-diif library to convert the yml to JSON format before parsing. Everything else remains the same.

Where are examples for the latest Neo4j codebase?

http://neo4j.com/docs/java-reference/current/
... seems old.
Section 4.2 points to a dead link.
Starting with version 3.0, I can't find examples on github.
https://github.com/neo4j/neo4j/tree/3.0/community
Where are they?
The first link to the java reference should be current for 3.1. As far as the broken link, there's a /manual/ part of the path which really shouldn't be there, try this instead.

How to use angular2_material dart

Does anyone know of a site where angular2_material Dart example can be found?
I know it is its alpha state but it would be nice to be able to experiment with it.
The Angular GitHub repo contains some examples.
Seems they are built so that the Dart code can automatically generated but I haven't done that myself yet.
Seems there are only very few Angular2 material elements available yet.

Where can I find up to date StructureMap documentation?

http://docs.structuremap.net/ seems to have very old examples that use deprecated members.
Is there a place where I can find up to date StructureMap doco ?
I seem to have found some of the newest documentation for version 3.1 at
http://structuremap.github.io/
It looks like it has most of the basic information is there. Some of the other pages don't seem to be fleshed out yet. But it still looks very helpful.
There is no new development. Latest version on NuGet is 2.6.4. So all these examples are the best you can get right now.
We are using it for some years, and because principles are the same, it is (as a concept) still up to date...

Create Grails documentation - gdoc

When I take a look at the great looking Grails Reference Documentation (http://grails.org/doc/latest/) and compare it with my lousy gdoc documentation, I wonder what makes the difference?
is it just a different style sheet?
or do they use another tool?
How do I get these great looks for my own project without having too much to do?
The easy way to get the new look is to upgrade to 2.0M1 which uses the new look and feel. Peter Ledbrook created the current 1.3.7 docs with the new approach but I'm not sure how easy it'd be to do for a regular Grails application. And there are obviously many reasons to upgrade to 2.0.
You might want to wait a day or so - we're planning on releasing M2 this week. But upgrading from M1 to M2 will be trivial. The real work will be upgrading from 1.3 to 2.0, which isn't that bad.
They use the same exact documentation building tool. It's clearly customized CSS but nothing else. You can read more about it in the reference documentation itself.
Since Grails 1.2, the documentation engine that powers the creation of this documentation is available to your Grails projects.
From the documentation itself.

Resources