Searched defs:project (Results 1 - 2 of 2) sorted by relevance

/lucene-3.6.0/lucene/contrib/spatial/src/test/org/apache/lucene/spatial/tier/
H A DTestCartesian.java66 private IProjector project = new SinusoidalProjector(); field in class:TestCartesian
93 ctps.add(new CartesianTierPlotter(base,project,
/lucene-3.6.0/solr/core/src/java/org/apache/solr/core/
H A DSolrResourceLoader.java68 static final String project = "solr"; field in class:SolrResourceLoader
69 static final String base = "org.apache" + "." + project;
381 if (newName.startsWith(project)) {
382 newName = cname.substring(project.length()+1);
600 home = (String)c.lookup("java:comp/env/"+project+"/home");
603 log.info("JNDI not configured for "+project+" (NoInitialContextEx)");
605 log.info("No /"+project+"/home in JNDI");
612 String prop = project + ".solr.home";
621 home = project + '/';
622 log.info(project
[all...]

Completed in 12 milliseconds