diff options
| author | orbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2009-10-09 14:44:20 +0000 |
|---|---|---|
| committer | orbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2009-10-09 14:44:20 +0000 |
| commit | 735e2737e3f51953e918a55bd07d329df2982615 (patch) | |
| tree | 2e840554106fdaf2e1c8ed42c48f86d6b64c8555 /htroot/IndexControlURLs_p.html | |
| parent | 09de5da74a89e2ec11ccd87ccfe114760c7ad95f (diff) | |
* added index segments
This is a major change in the organization of indexes.
Please consider a back-up of your data before you run this update.
All existing index files will be moved and renamed to a new position.
With this change, it will be possible to maintain different indexes for different purposes and it will be possible to have a distinction between DHT-in and DHT-out specific indexes. Tenants may also have their own index, and it may be possible to have histories and back-ups of indexes. This is just the beginning, many servlets must be adopted after this change, but all functions that had been there should still work.
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@6389 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'htroot/IndexControlURLs_p.html')
| -rw-r--r-- | htroot/IndexControlURLs_p.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/htroot/IndexControlURLs_p.html b/htroot/IndexControlURLs_p.html index 67401c397..28e7abcef 100644 --- a/htroot/IndexControlURLs_p.html +++ b/htroot/IndexControlURLs_p.html @@ -13,6 +13,15 @@ <form action="IndexControlURLs_p.html" method="post" enctype="multipart/form-data">
<fieldset><legend>URL Retrieval</legend>
<dl>
+ <dt class="TableCellDark">Select Segment:</dt>
+ <dd>
+ <select name="selectSegment" size="1">
+ #{segments}#
+ <option value="#[name]#" #(selected)#::selected="selected"#(/selected)#>#[name]#</option>
+ #{/segments}#
+ </select>
+ </dd>
+
<dt class="TableCellDark">Retrieve by URL:</dt>
<dd><input type="text" name="urlstring" value="#[urlstring]#" size="40" maxlength="250" />
<input type="submit" name="urlstringsearch" value="Show Details for URL" />
|
