Toggle navigation
Toggle navigation
This project
Loading...
Sign in
grogv3
/
grog-cubi
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
Jean-Francois Leveque
2017-02-07 11:56:09 +0100
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
a69a6b34e4c014deae649d3c75110f216cf0031a
a69a6b34
1 parent
ea0038cc
Documentation.
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletions
src/main/java/org/legrog/configuration/SolrJConfiguration.java
src/main/java/org/legrog/configuration/SolrJConfiguration.java
View file @
a69a6b3
...
...
@@ -11,7 +11,11 @@ import javax.enterprise.inject.Produces;
public
class
SolrJConfiguration
{
@Produces
/* SolrClient injectable pour les classes en ayant besoin */
/*
SolrClient injectable pour les classes en ayant besoin
@return SolrClient
*/
public
SolrClient
createSolrClient
()
{
return
new
HttpSolrClient
.
Builder
(
"http://localhost:8983/solr/publishers"
).
build
();
}
...
...
Please
register
or
login
to post a comment