• Y
  • List All
  • Feedback
    • This Project
    • All Projects
Profile Account settings Log out
  • Favorite
  • Project
  • All
Loading...
  • Log in
  • Sign up
rosewiper / kopost_solr star
  • Project homeH
  • CodeC
  • IssueI
  • Pull requestP
  • Review R
  • MilestoneM
  • BoardB
  • Files
  • Commit
  • Branches
kopost_solrserversolr-webappwebapptplcores.html
Download as .zip file
File name
Commit message
Commit date
bin
첫번째 커밋
06-16
contrib
첫번째 커밋
06-16
dist
첫번째 커밋
06-16
docs
첫번째 커밋
06-16
example
첫번째 커밋
06-16
lib
첫번째 커밋
06-16
licenses
첫번째 커밋
06-16
server
첫번째 커밋
06-16
.project
첫번째 커밋
06-16
CHANGES.txt
첫번째 커밋
06-16
LICENSE.txt
첫번째 커밋
06-16
LUCENE_CHANGES.txt
첫번째 커밋
06-16
NOTICE.txt
첫번째 커밋
06-16
README.txt
첫번째 커밋
06-16
solr_실행 명령어.txt
첫번째 커밋
06-16
File name
Commit message
Commit date
contexts
첫번째 커밋
06-16
etc
첫번째 커밋
06-16
lib
첫번째 커밋
06-16
logs
첫번째 커밋
06-16
modules
첫번째 커밋
06-16
resources
첫번째 커밋
06-16
scripts
첫번째 커밋
06-16
solr
첫번째 커밋
06-16
solr-webapp/webapp
첫번째 커밋
06-16
README.txt
첫번째 커밋
06-16
start.jar
첫번째 커밋
06-16
File name
Commit message
Commit date
WEB-INF
첫번째 커밋
06-16
css
첫번째 커밋
06-16
img
첫번째 커밋
06-16
js
첫번째 커밋
06-16
libs
첫번째 커밋
06-16
partials
첫번째 커밋
06-16
tpl
첫번째 커밋
06-16
admin.html
첫번째 커밋
06-16
favicon.ico
첫번째 커밋
06-16
index.html
첫번째 커밋
06-16
File name
Commit message
Commit date
analysis.html
첫번째 커밋
06-16
cloud.html
첫번째 커밋
06-16
cores.html
첫번째 커밋
06-16
dashboard.html
첫번째 커밋
06-16
dataimport.html
첫번째 커밋
06-16
documents.html
첫번째 커밋
06-16
files.html
첫번째 커밋
06-16
index.html
첫번째 커밋
06-16
logging.html
첫번째 커밋
06-16
plugins.html
첫번째 커밋
06-16
query.html
첫번째 커밋
06-16
replication.html
첫번째 커밋
06-16
schema-browser.html
첫번째 커밋
06-16
segments.html
첫번째 커밋
06-16
threads.html
첫번째 커밋
06-16
rosewiper 06-16 9dd39d2 첫번째 커밋 UNIX
Raw Open in browser Change history
<!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to You under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> <div id="cores" class="clearfix empty"> <div id="ui-block">&nbsp;</div> <div id="frame"> <div id="actions" class="actions clearfix"> <button id="add" class="action"><span>Add Core</span></button> <button id="unload" class="warn requires-core"><span>Unload</span></button> <button id="rename" class="action requires-core"><span>Rename</span></button> <button id="swap" class="action requires-core"><span>Swap</span></button> <button id="reload" class="requires-core"><span>Reload</span></button> <button id="optimize" class="requires-core"><span>Optimize</span></button> <div class="action add" data-rel="add"> <form> <input type="hidden" name="action" value="CREATE"> <p class="clearfix"><label for="add_name">name:</label> <input type="text" name="name" id="add_name" value="new_core"></p> <p class="clearfix"><label for="add_instanceDir">instanceDir:</label> <input type="text" name="instanceDir" id="add_instanceDir" value="new_core"></p> <p class="clearfix"><label for="add_dataDir">dataDir:</label> <input type="text" name="dataDir" id="dataDir" value="data"></p> <p class="clearfix"><label for="add_config">config:</label> <input type="text" name="config" id="add_config" value="solrconfig.xml"></p> <p class="clearfix"><label for="add_schema">schema:</label> <input type="text" name="schema" id="add_schema" value="schema.xml"></p> <div class="cloud"> <p class="clearfix"><label for="add_collection">collection:</label> <input type="text" name="collection" id="add_collection"></p> <p class="clearfix"><label for="add_shard">shard:</label> <input type="text" name="shard" id="shard"></p> </div> <p class="clearfix note directory-note"> <span><code>instanceDir</code> and <code>dataDir</code> need to exist before you can create the core</span> </p> <p class="clearfix note error"> <span></span> </p> <p class="clearfix buttons"> <button type="submit" class="submit"><span>Add Core</span></button> <button type="reset" class="reset"><span>Cancel</span></button> </p> </form> </div> <div class="action rename" data-rel="rename"> <form> <input type="hidden" name="action" value="RENAME"> <input type="hidden" name="core" data-core="current"> <p class="clearfix"><label for="rename_other">New Name:</label> <input type="text" name="other" data-core="current" id="rename_other"></p> <p class="clearfix buttons"> <button type="submit" class="submit"><span>Rename Core</span></button> <button type="reset" class="reset"><span>Cancel</span></button> </p> </form> </div> <div class="action swap" data-rel="swap"> <form> <input type="hidden" name="action" value="SWAP"> <p class="clearfix"><label for="swap_core">this:</label> <input type="text" id="swap_core" name="core" data-core="current" readonly="readonly"></p> <p class="clearfix"><label for="swap_other">and:</label> <select name="other" id="swap_other" name="other" class="other"> </select></p> <p class="clearfix buttons"> <button type="submit" class="submit"><span>Swap Cores</span></button> <button type="reset" class="reset"><span>Cancel</span></button> </p> </form> </div> </div> <div id="data" class="requires-core"> <div class="block" id="core-data"> <h2><span>Core</span></h2> <div class="message-container"> <div class="message"></div> </div> <div class="content"> <ul> <li class="startTime"><dl class="clearfix"> <dt><span>startTime:</span></dt> <dd class="timeago"></dd> </dl></li> <li class="instanceDir"><dl class="clearfix"> <dt><span>instanceDir:</span></dt> <dd></dd> </dl></li> <li class="dataDir"><dl class="clearfix"> <dt><span>dataDir:</span></dt> <dd></dd> </dl></li> </ul> </div> </div> <div class="block" id="index-data"> <h2><span>Index</span></h2> <div class="message-container"> <div class="message"></div> </div> <div class="content"> <ul> <li class="lastModified"><dl class="clearfix"> <dt><span>lastModified:</span></dt> <dd class="timeago"></dd> </dl></li> <li class="version"><dl class="clearfix"> <dt><span>version:</span></dt> <dd></dd> </dl></li> <li class="numDocs"><dl class="clearfix"> <dt><span>numDocs:</span></dt> <dd></dd> </dl></li> <li class="maxDoc"><dl class="clearfix"> <dt><span>maxDoc:</span></dt> <dd></dd> </dl></li> <li class="deletedDocs"><dl class="clearfix"> <dt><span>deletedDocs:</span></dt> <dd></dd> </dl></li> <li class="optimized"><dl class="clearfix"> <dt><span>optimized:</span></dt> <dd class="ico"><span></span></dd> </dl></li> <li class="current"><dl class="clearfix"> <dt><span>current:</span></dt> <dd class="ico"><span></span></dd> </dl></li> <li class="directory"><dl class="clearfix"> <dt><span>directory:</span></dt> <dd></dd> </dl></li> </ul> </div> </div> </div> </div> <div id="navigation" class="requires-core clearfix"> </div> </div>

          
        
    
    
Copyright Yona authors & © NAVER Corp. & NAVER LABS Supported by NAVER CLOUD PLATFORM

or
Sign in with github login with Google Sign in with Google
Reset password | Sign up